aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/funimation.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-11-19 05:36:28 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-11-19 05:36:28 +0530
commit9222c38182604d0a9826291509e0719b45b3faac (patch)
tree694f25f108682d331fad516a3c88ac51438e6569 /yt_dlp/extractor/funimation.py
parent467b6b838737c0907bbc331f96352dda3019afb7 (diff)
downloadhypervideo-pre-9222c38182604d0a9826291509e0719b45b3faac.tar.lz
hypervideo-pre-9222c38182604d0a9826291509e0719b45b3faac.tar.xz
hypervideo-pre-9222c38182604d0a9826291509e0719b45b3faac.zip
[cleanup] Minor cleanup
Closes #1696, Closes #1673
Diffstat (limited to 'yt_dlp/extractor/funimation.py')
-rw-r--r--yt_dlp/extractor/funimation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/funimation.py b/yt_dlp/extractor/funimation.py
index 42711083e..96dad2ca3 100644
--- a/yt_dlp/extractor/funimation.py
+++ b/yt_dlp/extractor/funimation.py
@@ -276,7 +276,7 @@ class FunimationIE(FunimationBaseIE):
def _get_subtitles(self, subtitles, experience_id, episode, display_id, format_name):
if isinstance(episode, str):
webpage = self._download_webpage(
- f'https://www.funimation.com/player/{experience_id}', display_id,
+ f'https://www.funimation.com/player/{experience_id}/', display_id,
fatal=False, note=f'Downloading player webpage for {format_name}')
episode, _, _ = self._get_episode(webpage, episode_id=episode, fatal=False)