about summary refs log tree commit diff
path: root/youtube_dl/extractor/afreecatv.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-04-01 23:07:54 +0700
committerSergey M․ <dstftw@gmail.com>2018-04-01 23:07:54 +0700
commitd563fb32ba5ef4b1a8061fca27edf3b1ad7eb8fc (patch)
tree793d71ad4e65d608b824670a4d202e6fedead6fe /youtube_dl/extractor/afreecatv.py
parente51762be19289da50977fd6f2d0ee2a1722765a5 (diff)
downloadyoutube-dl-d563fb32ba5ef4b1a8061fca27edf3b1ad7eb8fc.tar.gz
youtube-dl-d563fb32ba5ef4b1a8061fca27edf3b1ad7eb8fc.tar.xz
youtube-dl-d563fb32ba5ef4b1a8061fca27edf3b1ad7eb8fc.zip
[afreecatv] Remove debug output
Diffstat (limited to 'youtube_dl/extractor/afreecatv.py')
-rw-r--r--youtube_dl/extractor/afreecatv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/afreecatv.py b/youtube_dl/extractor/afreecatv.py
index bb3728bb0..095e6204f 100644
--- a/youtube_dl/extractor/afreecatv.py
+++ b/youtube_dl/extractor/afreecatv.py
@@ -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={