mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-10 10:53:46 +00:00
Fix log
This commit is contained in:
parent
c0965da44b
commit
4eb1dc0409
@ -173,7 +173,7 @@ class RTPIE(InfoExtractor):
|
||||
data)
|
||||
|
||||
def _extract_from_html(self, url, episode_id):
|
||||
webpage = self._download_webpage(url, url)
|
||||
webpage = self._download_webpage(url, episode_id)
|
||||
|
||||
formats = []
|
||||
subtitles = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user