youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit d563fb32ba5ef4b1a8061fca27edf3b1ad7eb8fc
parent e51762be19289da50977fd6f2d0ee2a1722765a5
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  1 Apr 2018 23:07:54 +0700

[afreecatv] Remove debug output

Diffstat:
Myoutube_dl/extractor/afreecatv.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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={