projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ddbdb
)
[voicerepublic] Extract author using _html_search_meta
author
Duncan
<duncan@vtllf.org>
Sun, 10 May 2015 03:01:58 +0000
(15:01 +1200)
committer
Duncan
<duncan@vtllf.org>
Sun, 10 May 2015 03:01:58 +0000
(15:01 +1200)
youtube_dl/extractor/voicerepublic.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/voicerepublic.py
b/youtube_dl/extractor/voicerepublic.py
index 1a90693cb7757d617789f23b25244c1674fed8f0..7d255d6fad9e892652eb28507d45363c8f372faf 100644
(file)
--- a/
youtube_dl/extractor/voicerepublic.py
+++ b/
youtube_dl/extractor/voicerepublic.py
@@
-51,5
+51,5
@@
class VoiceRepublicIE(InfoExtractor):
'url': self._og_search_url(webpage),
'thumbnail': thumbnail,
'description': self._og_search_description(webpage),
- 'creator': self._
search_regex(r'<meta content=\'([^\']*?)\' name=\'author\'>', webpage, 'author', fatal=Fals
e),
+ 'creator': self._
html_search_meta('author', webpag
e),
}