projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
459af43
)
[ninegag] Fix extraction
author
Sergey M․
<dstftw@gmail.com>
Mon, 7 Jul 2014 13:12:59 +0000
(20:12 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 7 Jul 2014 13:12:59 +0000
(20:12 +0700)
youtube_dl/extractor/ninegag.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ninegag.py
b/youtube_dl/extractor/ninegag.py
index c2e7b67c7e5334c4f906c6a93387d18170a03c26..33daa0dec327dea3f691f5dccab5b6b312d79e4f 100644
(file)
--- a/
youtube_dl/extractor/ninegag.py
+++ b/
youtube_dl/extractor/ninegag.py
@@
-47,7
+47,7
@@
class NineGagIE(InfoExtractor):
webpage = self._download_webpage(url, display_id)
post_view = json.loads(self._html_search_regex(
- r'var postView = new app\.PostView\({\s*post:\s*({.+?}),', webpage, 'post view'))
+ r'var postView = new app\.PostView\({\s*post:\s*({.+?}),
\s*posts:\s*prefetchedCurrentPost
', webpage, 'post view'))
youtube_id = post_view['videoExternalId']
title = post_view['title']