Browse Source

[afreecatv] Remove debug output

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
d563fb32ba
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/afreecatv.py

+ 1
- 1
youtube_dl/extractor/afreecatv.py View File

@ -234,7 +234,7 @@ class AfreecaTVIE(InfoExtractor):
r'nBbsNo\s*=\s*(\d+)', webpage, 'bbs')
video_id = self._search_regex(
r'nTitleNo\s*=\s*(\d+)', webpage, 'title', default=video_id)
print(video_id, station_id, bbs_id)
video_xml = self._download_xml(
'http://afbbs.afreecatv.com:8080/api/video/get_video_info.php',
video_id, headers={


Loading…
Cancel
Save