projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51762b
)
[afreecatv] Remove debug output
author
Sergey M․
<dstftw@gmail.com>
Sun, 1 Apr 2018 16:07:54 +0000
(23:07 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 1 Apr 2018 16:07:54 +0000
(23:07 +0700)
youtube_dl/extractor/afreecatv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/afreecatv.py
b/youtube_dl/extractor/afreecatv.py
index bb3728bb063cd23f358f6570a43475c9d51eb749..095e6204f2f092be1023aba9cca1988f729b70d9 100644
(file)
--- 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={