mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 19:22:06 +00:00
skip tests for la1ere extractor as its only available in FR
This commit is contained in:
parent
c346035bdf
commit
d933a0ef76
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ class La1ereExrtractorBaseIE(InfoExtractor):
|
||||||
class La1ereExtractorPageIE(La1ereExrtractorBaseIE):
|
class La1ereExtractorPageIE(La1ereExrtractorBaseIE):
|
||||||
_VALID_URL = r'https://la1ere.francetvinfo.fr/(?P<region>[^/]+)/programme-video/diffusion/(?P<page>[^\.]+).html'
|
_VALID_URL = r'https://la1ere.francetvinfo.fr/(?P<region>[^/]+)/programme-video/diffusion/(?P<page>[^\.]+).html'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
|
'skip': 'Only available in FR',
|
||||||
'url': 'https://la1ere.francetvinfo.fr/martinique/programme-video/diffusion/4774522-origine-kongo.html',
|
'url': 'https://la1ere.francetvinfo.fr/martinique/programme-video/diffusion/4774522-origine-kongo.html',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
@ -56,6 +57,7 @@ class La1ereExtractorPageIE(La1ereExrtractorBaseIE):
|
||||||
class La1ereExtractorShowPageIE(La1ereExrtractorBaseIE):
|
class La1ereExtractorShowPageIE(La1ereExrtractorBaseIE):
|
||||||
_VALID_URL = r'https://la1ere.francetvinfo.fr/(?P<region>[^/]+)/programme-video/(?P<show>[^/]+)/diffusion/(?P<page>[^\.]+).html'
|
_VALID_URL = r'https://la1ere.francetvinfo.fr/(?P<region>[^/]+)/programme-video/(?P<show>[^/]+)/diffusion/(?P<page>[^\.]+).html'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
|
'skip': 'Only available in FR',
|
||||||
'url': 'https://la1ere.francetvinfo.fr/guadeloupe/programme-video/la1ere_guadeloupe_le-13h-en-guadeloupe/diffusion/5643549-emission-du-lundi-29-janvier-2024.html',
|
'url': 'https://la1ere.francetvinfo.fr/guadeloupe/programme-video/la1ere_guadeloupe_le-13h-en-guadeloupe/diffusion/5643549-emission-du-lundi-29-janvier-2024.html',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
|
Loading…
Reference in a new issue