mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
Update piramidetv.py
This commit is contained in:
parent
f407f5fb19
commit
0d58f2ce99
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class PiramideTVChannelIE(InfoExtractor):
|
|||
f'https://hermes.piramide.tv/channel/list/{channel_name}/date/100000', channel_name)
|
||||
for video in traverse_obj(videos, ('videos', lambda _, v: v['id'])):
|
||||
yield self.url_result(smuggle_url(
|
||||
f'https://piramide.tv/video/{video['id']}', {'force_noplaylist': True}),
|
||||
f"https://piramide.tv/video/{video['id']}", {'force_noplaylist': True}),
|
||||
**traverse_obj(video, {
|
||||
'id': ('id', {str}),
|
||||
'title': ('title', {str}),
|
||||
|
|
Loading…
Add table
Reference in a new issue