mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
[francetv] Use common format for ID of generation-quoi subextractor
This commit is contained in:
parent
c0f6aa876f
commit
9e0f897f6b
@ -103,7 +103,7 @@ def _real_extract(self, url):
|
||||
|
||||
|
||||
class GenerationQuoiIE(InfoExtractor):
|
||||
IE_NAME = u'http://generation-quoi.france2.fr'
|
||||
IE_NAME = u'france2.fr:generation-quoi'
|
||||
_VALID_URL = r'https?://generation-quoi\.france2\.fr/portrait/(?P<name>.*)(\?|$)'
|
||||
|
||||
_TEST = {
|
||||
|
Loading…
Reference in New Issue
Block a user