вт, 14 окт. 2025 г., 15:36 Gilles via ffmpeg-user <[email protected]>:
> On 14/10/2025 12:42, MacFH - C E Macfarlane - News via ffmpeg-user wrote: > >> My bad: I should have specified that it's _/non-Youtube videos/_ that > >> sometimes require specifying the URL to the manifest/m3u8 file. > >> > >> Like I said, the goal is to use a script to 1) find that URL and 2) > >> pass it on to youtube-dlp. > > > > wget, curl, or similar should be able to do that. > > Won't do: The goal is to /first find the URL/ without having to play it > in the browser with Developer mode displayed. > I think idea here was to download html (main). page with wget/curl and then grep video url out of it. but it only works if url NOT constructed on the fly with javascript! https://github.com/yt-dlp/yt-dlp/issues/14404 even yt-dlp is forced to use yet another external dependency for extracting video urls from increasingly complex (and intentionally anti-copy) youtube pages ..... _______________________________________________ > ffmpeg-user mailing list -- [email protected] > To unsubscribe send an email to [email protected] > _______________________________________________ ffmpeg-user mailing list -- [email protected] To unsubscribe send an email to [email protected]
