projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33cc74e
)
[daum] PEP8
author
Yen Chi Hsuan
<yan12125@gmail.com>
Mon, 1 Feb 2016 09:40:35 +0000
(17:40 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Mon, 1 Feb 2016 09:40:35 +0000
(17:40 +0800)
youtube_dl/extractor/daum.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/daum.py
b/youtube_dl/extractor/daum.py
index cf158c42d6a04be6fb3c060a2d3f6187aa06f85a..67c4c7c6b7314e15902d3dfc502a8adbcca4d03a 100644
(file)
--- a/
youtube_dl/extractor/daum.py
+++ b/
youtube_dl/extractor/daum.py
@@
-162,8
+162,8
@@
class DaumListIE(InfoExtractor):
for pagenum in itertools.count(1):
list_info = self._download_json(
'http://tvpot.daum.net/mypot/json/GetClipInfo.do?size=48&init=true&order=date&page=%d&%s=%s' % (
- pagenum, list_id_type, list_id), list_id,'Downloading list info - %s' % pagenum)
-
+ pagenum, list_id_type, list_id), list_id,
'Downloading list info - %s' % pagenum)
+
entries.extend([
self.url_result(
'http://tvpot.daum.net/v/%s' % clip['vid'])