[voicerepublic] Remove creator field
authorDuncan <duncan@vtllf.org>
Sun, 10 May 2015 03:40:09 +0000 (15:40 +1200)
committerDuncan <duncan@vtllf.org>
Sun, 10 May 2015 03:41:27 +0000 (15:41 +1200)
youtube_dl/extractor/voicerepublic.py

index 7d255d6fad9e892652eb28507d45363c8f372faf..960974e167a18bd3b4688d130a333bbe7474cdc0 100644 (file)
@@ -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),
         }