mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[voicerepublic] Remove creator field
This commit is contained in:
parent
f900dc3fb9
commit
03f760b1c0
@ -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),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user