- Joined
- Jan 1, 2021
so lately this is what im getting when i try to download a vid. is it finally over for us ytdl bros?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It's working for me as of 20 minutes ago. Your IP got flagged, take it easy for a couple of days/weeks and it might clear. In the meantime you're gonna have to make use of VPNsView attachment 7219982
so lately this is what im getting when i try to download a vid. is it finally over for us ytdl bros?
View attachment 7219982
so lately this is what im getting when i try to download a vid. is it finally over for us ytdl bros?
And even with VPNs you might have to jump between nodes, at least on my VPN of choice which nodes can watch YT on a given day seems somewhat random.It's working for me as of 20 minutes ago. Your IP got flagged, take it easy for a couple of days/weeks and it might clear. In the meantime you're gonna have to make use of VPNs
View attachment 7219982
so lately this is what im getting when i try to download a vid. is it finally over for us ytdl bros?
I experienced that myself once but it was just one time. I tried it on a video but it gave me that error. Tried it again on another video and it worked. I didn't actually know it's an IP flagging thing.It's working for me as of 20 minutes ago. Your IP got flagged, take it easy for a couple of days/weeks and it might clear. In the meantime you're gonna have to make use of VPNs
yt-dlp --cookies cookies.txt -f 'bestvideo[height<=240]+bestaudio' https://www.youtube.com/playlist?list=PLeBy95twFwWabMV6KjfixS5oBA_zhwBNE
Might need to renew your login. Go into your browser, clear the cookies for YouTube, and log back in. See if that fixes it. That, or you might need to update.can someone help me I'm trying to mass download a playlist
even with cookies it seems to keep telling me to sign in why is this the case?Code:yt-dlp --cookies cookies.txt -f 'bestvideo[height<=240]+bestaudio' https://www.youtube.com/playlist?list=PLeBy95twFwWabMV6KjfixS5oBA_zhwBNE
use proxies since you're attacking youtube API using your own IP multiple timescan someone help me I'm trying to mass download a playlist
even with cookies it seems to keep telling me to sign in why is this the case?Code:yt-dlp --cookies cookies.txt -f 'bestvideo[height<=240]+bestaudio' https://www.youtube.com/playlist?list=PLeBy95twFwWabMV6KjfixS5oBA_zhwBNE
I asked the Brave Search AI and it had this to say:any ideas?
--downloader-args with ffmpegallowed_segment_extensions option must be passed directly to ffmpeg via yt-dlp's --downloader-args, not through --extractor-args. Here's the correct command:yt-dlp \
--downloader ffmpeg \
--downloader-args "ffmpeg_i:-allowed_extensions ALL" \
"https://www.rumble.com/embed/..."
--downloader ffmpeg: Uses ffmpeg as the backend.--downloader-args "ffmpeg_i:-allowed_extensions ALL": Passes the flag to ffmpeg when reading input segments (ffmpeg_i), allowing all extensions like .ts, .tar, etc.ffmpeg_i = arguments passed to ffmpeg during input handling (i.e., when downloading segments).-allowed_extensions ALL overrides the default whitelist. Avoid
--compat-options "allow-unsafe-ext"— this is outdated and not effective for segment restrictions.
- Open the video in new tab@Doxed how did you download videos off of Bitview? yt-dlp doesn't work on it and everything specific to it seems out of date or something
