dirkf

Results 631 comments of dirkf

This now fails even more because of #4394.

It doesn't seem to be enough to extend `FancodeVodIE._VALID_URL`: ``` [debug] [fancode:vod] Extracting URL: https://www.fancode.com/cricket/videos/thriller-india-fightback-to-clinch-2wicket-win/35441 [fancode:vod] 35441: Downloading metadata ERROR: [fancode:vod] 35441: Unable to extract brightcove Video ID; please report...

megaphone.fm, but the extractor doesn't match the URLs and wouldn't find the traffic.megaphone.fm link in plain sight, eg: ``` MP3 ``` Problem URLs 1 and 3 fail. Problem URL is...

Actually, Insta in general is broken, as reported at https://github.com/ytdl-org/youtube-dl/issues/31098 and repeatable with yt-dlp: ```shellsession $ python3.9 -m yt_dlp -v -F 'https://www.instagram.com/tv/CgOcAGzOxxU/?utm_source=ig_web_copy_link' [debug] Command-line config: ['-v', '-F', 'https://www.instagram.com/tv/CgOcAGzOxxU/?utm_source=ig_web_copy_link'] [debug] Encodings:...

Try `--add-header 'user-agent:Mozilla/5.0'` (aka `--user-agent 'Mozilla/5.0'`). Actual code changes are needed for the shortcut _(and profile)_ URLs as the redirect extractor may not see the custom UA. For example, try...

Indeed, that is a shortcut URL and so the UA command-line option doesn't solve the problem.

Your original problem URL is a profile page. [Code changes are needed](https://github.com/yt-dlp/yt-dlp/issues/3776#issuecomment-1129969285) to fix this for yt-dlp. The yt-dlp extractor bypasses the site's UA block for individual videos by not...

There must be some discrimination at TT. Here: ```ShellSession $ git checkout df-wranai-tiktok-patch Switched to branch 'df-wranai-tiktok-patch' $ python -m youtube_dl -F -v 'https://www.tiktok.com/@derekbrunsonmma' [debug] System config: [u'--prefer-ffmpeg'] [debug] User...

>... Passing the cookies to youtube-dl gives the same result They could be tied to the UA.

If yt-dlp is tweaked to send the vanilla UA instead of the FB UA in the code, or indeed whatever yt-dlp sends by default, it fetches derek's page OK for...