mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-07 22:47:24 +00:00
[RadioFrance] update tests for program grille
This commit is contained in:
@@ -431,7 +431,7 @@ class RadioFranceProfileIE(RadioFrancePlaylistBaseIE):
|
|||||||
# get thepage data
|
# get thepage data
|
||||||
pagekey = pagedata['pagination']
|
pagekey = pagedata['pagination']
|
||||||
hasMorePages = False
|
hasMorePages = False
|
||||||
lastPage = int(self._search_regex(pagekey+'\.lastPage=(\d+);', webpage, profile_id, '0'))
|
lastPage = int(self._search_regex(pagekey+r'\.lastPage=(\d+);', webpage, profile_id, '0'))
|
||||||
hasMorePages = cursor < lastPage
|
hasMorePages = cursor < lastPage
|
||||||
resp['next'] = cursor + 1 if hasMorePages else None
|
resp['next'] = cursor + 1 if hasMorePages else None
|
||||||
|
|
||||||
@@ -464,14 +464,14 @@ class RadioFranceProgramScheduleIE(RadioFranceBaseIE):
|
|||||||
'id': 'franceinter-program-20230217',
|
'id': 'franceinter-program-20230217',
|
||||||
'upload_date': '20230217',
|
'upload_date': '20230217',
|
||||||
},
|
},
|
||||||
'playlist_count': 25,
|
'playlist_count': 27,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.radiofrance.fr/franceculture/grille-programmes?date=01-02-2023',
|
'url': 'https://www.radiofrance.fr/franceculture/grille-programmes?date=01-02-2023',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'franceculture-program-20230201',
|
'id': 'franceculture-program-20230201',
|
||||||
'upload_date': '20230201',
|
'upload_date': '20230201',
|
||||||
},
|
},
|
||||||
'playlist_count': 25,
|
'playlist_count': 29,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.radiofrance.fr/mouv/grille-programmes?date=19-03-2023',
|
'url': 'https://www.radiofrance.fr/mouv/grille-programmes?date=19-03-2023',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@@ -485,7 +485,7 @@ class RadioFranceProgramScheduleIE(RadioFranceBaseIE):
|
|||||||
'id': 'francemusique-program-20230318',
|
'id': 'francemusique-program-20230318',
|
||||||
'upload_date': '20230318',
|
'upload_date': '20230318',
|
||||||
},
|
},
|
||||||
'playlist_count': 15,
|
'playlist_count': 16,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.radiofrance.fr/franceculture/grille-programmes',
|
'url': 'https://www.radiofrance.fr/franceculture/grille-programmes',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user