Browse Source

[voicerepublic] Remove creator field

Duncan 10 years ago
parent
commit
03f760b1c0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      youtube_dl/extractor/voicerepublic.py

+ 0 - 2
youtube_dl/extractor/voicerepublic.py

@@ -19,7 +19,6 @@ class VoiceRepublicIE(InfoExtractor):
             'title': 'Watching the Watchers: Building a Sousveillance State',
             'title': 'Watching the Watchers: Building a Sousveillance State',
             'thumbnail': 'https://voicerepublic.com/system/flyer/2296.png',
             'thumbnail': 'https://voicerepublic.com/system/flyer/2296.png',
             'description': 'md5:715ba964958afa2398df615809cfecb1',
             'description': 'md5:715ba964958afa2398df615809cfecb1',
-            'creator': 'M. C. McGrath',
         }
         }
     }
     }
 
 
@@ -51,5 +50,4 @@ class VoiceRepublicIE(InfoExtractor):
             'url': self._og_search_url(webpage),
             'url': self._og_search_url(webpage),
             'thumbnail': thumbnail,
             'thumbnail': thumbnail,
             'description': self._og_search_description(webpage),
             'description': self._og_search_description(webpage),
-            'creator': self._html_search_meta('author', webpage),
         }
         }