You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anybody been able to get subtitles working with this script?
Whenever I try setting writesubtitles to True, I get:
[youtube] mXHUIghDkFw: Downloading video webpage
[youtube] mXHUIghDkFw: Downloading video info webpage
[youtube] mXHUIghDkFw: Extracting video information
WARNING: unable to download video subtitles for en: Unable to download webpage: HTTP Error 404: Not Found; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
[download] Destination: lectures/M101P_-_MongoDB_for_Developers/Week_4_-_Performance/04.13.02 How_Large_is_your_Index_Answer.mp4
[download] 100% of 557.22KiB in 00:00
The weird thing is, if you use youtube-dl to download them directly, it works.
But when edu_10gen_dl imports the YoutubeDL object, and calls .download(), it seems to fail?
Hi,
Has anybody been able to get subtitles working with this script?
Whenever I try setting writesubtitles to True, I get:
The weird thing is, if you use youtube-dl to download them directly, it works.
But when edu_10gen_dl imports the YoutubeDL object, and calls .download(), it seems to fail?
I've raised an issue with youtube-dl:
ytdl-org/youtube-dl#1750
However, just curious is anybody was actually able to get it working?
Cheers,
Victor
The text was updated successfully, but these errors were encountered: