mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-01 21:50:12 -04:00
[francetv] Accept mobile URLs
This commit is contained in:
@@ -105,7 +105,7 @@ class FranceTVBaseInfoExtractor(InfoExtractor):
|
||||
|
||||
class PluzzIE(FranceTVBaseInfoExtractor):
|
||||
IE_NAME = 'pluzz.francetv.fr'
|
||||
_VALID_URL = r'https?://pluzz\.francetv\.fr/videos/(.*?)\.html'
|
||||
_VALID_URL = r'https?://(?:m\.)?pluzz\.francetv\.fr/videos/(.*?)\.html'
|
||||
|
||||
# Can't use tests, videos expire in 7 days
|
||||
|
||||
|
||||
Reference in New Issue
Block a user