mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-06 01:22:35 +00:00
[afreecatv] Remove debug output
This commit is contained in:
parent
e51762be19
commit
d563fb32ba
@ -234,7 +234,7 @@ class AfreecaTVIE(InfoExtractor):
|
|||||||
r'nBbsNo\s*=\s*(\d+)', webpage, 'bbs')
|
r'nBbsNo\s*=\s*(\d+)', webpage, 'bbs')
|
||||||
video_id = self._search_regex(
|
video_id = self._search_regex(
|
||||||
r'nTitleNo\s*=\s*(\d+)', webpage, 'title', default=video_id)
|
r'nTitleNo\s*=\s*(\d+)', webpage, 'title', default=video_id)
|
||||||
print(video_id, station_id, bbs_id)
|
|
||||||
video_xml = self._download_xml(
|
video_xml = self._download_xml(
|
||||||
'http://afbbs.afreecatv.com:8080/api/video/get_video_info.php',
|
'http://afbbs.afreecatv.com:8080/api/video/get_video_info.php',
|
||||||
video_id, headers={
|
video_id, headers={
|
||||||
|
Loading…
Reference in New Issue
Block a user