Browse Source

[francetv] Accept mobile URLs

totalwebcasting
Pierre Fenoll 9 years ago
committed by Sergey M․
parent
commit
a526167d40
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/francetv.py

+ 1
- 1
youtube_dl/extractor/francetv.py View File

@ -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


Loading…
Cancel
Save