diff options
author | Duncan <duncan@vtllf.org> | 2015-05-10 15:40:09 +1200 |
---|---|---|
committer | Duncan <duncan@vtllf.org> | 2015-05-10 15:41:27 +1200 |
commit | 03f760b1c0478c1f65cf6e978d7592be46873313 (patch) | |
tree | 634fdd9f2ffedde1c18d7035cc8a22ac45646ca0 | |
parent | f900dc3fb9e17e399b0f33925ee239696cc46010 (diff) |
[voicerepublic] Remove creator field
-rw-r--r-- | youtube_dl/extractor/voicerepublic.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/voicerepublic.py b/youtube_dl/extractor/voicerepublic.py index 7d255d6fa..960974e16 100644 --- a/youtube_dl/extractor/voicerepublic.py +++ b/youtube_dl/extractor/voicerepublic.py @@ -19,7 +19,6 @@ class VoiceRepublicIE(InfoExtractor): 'title': 'Watching the Watchers: Building a Sousveillance State', 'thumbnail': 'https://voicerepublic.com/system/flyer/2296.png', 'description': 'md5:715ba964958afa2398df615809cfecb1', - 'creator': 'M. C. McGrath', } } @@ -51,5 +50,4 @@ class VoiceRepublicIE(InfoExtractor): 'url': self._og_search_url(webpage), 'thumbnail': thumbnail, 'description': self._og_search_description(webpage), - 'creator': self._html_search_meta('author', webpage), } |