mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 19:22:06 +00:00
flake8 fixes for la1ere extractor
This commit is contained in:
parent
d933a0ef76
commit
8b8d196f65
1 changed files with 6 additions and 6 deletions
|
@ -54,6 +54,7 @@ class La1ereExtractorPageIE(La1ereExrtractorBaseIE):
|
|||
'formats': formats,
|
||||
}
|
||||
|
||||
|
||||
class La1ereExtractorShowPageIE(La1ereExrtractorBaseIE):
|
||||
_VALID_URL = r'https://la1ere.francetvinfo.fr/(?P<region>[^/]+)/programme-video/(?P<show>[^/]+)/diffusion/(?P<page>[^\.]+).html'
|
||||
_TEST = {
|
||||
|
@ -82,4 +83,3 @@ class La1ereExtractorShowPageIE(La1ereExrtractorBaseIE):
|
|||
'title': title,
|
||||
'formats': formats,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue