mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
Fix log
This commit is contained in:
parent
c0965da44b
commit
4eb1dc0409
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class RTPIE(InfoExtractor):
|
||||||
data)
|
data)
|
||||||
|
|
||||||
def _extract_from_html(self, url, episode_id):
|
def _extract_from_html(self, url, episode_id):
|
||||||
webpage = self._download_webpage(url, url)
|
webpage = self._download_webpage(url, episode_id)
|
||||||
|
|
||||||
formats = []
|
formats = []
|
||||||
subtitles = {}
|
subtitles = {}
|
||||||
|
|
Loading…
Reference in a new issue