Remove the 'uploader' static value
This commit is contained in:
parent
8d1e047e86
commit
275853a4d2
@ -16,7 +16,6 @@ class MyTaratataIE(InfoExtractor):
|
|||||||
'id': '7174',
|
'id': '7174',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'TARATATA N°519 - Shaka Ponk / Camille et Julie Berthollet "Smells Like Teen Spirit" (Nirvana)',
|
'title': 'TARATATA N°519 - Shaka Ponk / Camille et Julie Berthollet "Smells Like Teen Spirit" (Nirvana)',
|
||||||
'uploader': 'Taratata',
|
|
||||||
'description': 'Shaka Ponk / Camille et Julie Berthollet "Smells Like Teen Spirit" (Nirvana)',
|
'description': 'Shaka Ponk / Camille et Julie Berthollet "Smells Like Teen Spirit" (Nirvana)',
|
||||||
'thumbnail': 're:https?://.*\.jpeg$',
|
'thumbnail': 're:https?://.*\.jpeg$',
|
||||||
}
|
}
|
||||||
@ -70,7 +69,6 @@ class MyTaratataIE(InfoExtractor):
|
|||||||
'id': last_vid,
|
'id': last_vid,
|
||||||
'title': '%s - %s' % (title, description),
|
'title': '%s - %s' % (title, description),
|
||||||
'description': description,
|
'description': description,
|
||||||
'uploader': "Taratata",
|
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
'thumbnail': self._og_search_thumbnail(webpage),
|
'thumbnail': self._og_search_thumbnail(webpage),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user