Upgrade yt_dlp and download script
This commit is contained in:
@@ -64,7 +64,7 @@ class SapoIE(InfoExtractor):
|
||||
video_id = mobj.group('id')
|
||||
|
||||
item = self._download_xml(
|
||||
'http://rd3.videos.sapo.pt/%s/rss2' % video_id, video_id).find('./channel/item')
|
||||
f'http://rd3.videos.sapo.pt/{video_id}/rss2', video_id).find('./channel/item')
|
||||
|
||||
title = item.find('./title').text
|
||||
description = item.find('./{http://videos.sapo.pt/mrss/}synopse').text
|
||||
|
Reference in New Issue
Block a user