mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-23 20:18:25 +00:00
Tweak again
This commit is contained in:
parent
4f2c652189
commit
438f35a8dc
|
@ -373,7 +373,7 @@ class FranceTVEmbedIE(FranceTVBaseIE):
|
|||
|
||||
class FranceTVSiteIE(FranceTVBaseIE):
|
||||
IE_NAME = 'francetv:site'
|
||||
_VALID_URL = r'https?://(?:(?:www|mobile)\.)?france\.tv)/(?:[^/]+/)*(?P<id>[^/]+)\.html'
|
||||
_VALID_URL = r'https?://(?:(?:www|mobile)\.)?france\.tv/(?:[^/]+/)*(?P<id>[^/]+)\.html'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'https://www.france.tv/france-2/13h15-le-dimanche/140921-les-mysteres-de-jesus.html',
|
||||
|
|
Loading…
Reference in a new issue