this post was submitted on 02 Dec 2023
788 points (97.9% liked)

Technology

58524 readers
4518 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Inside the 'arms race' between YouTube and ad blockers / Against all odds, open source hackers keep outfoxing one of the wealthiest companies.::YouTube's dramatic content gatekeeping decisions of late have a long history behind them, and there's an equally long history of these defenses being bypassed.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 10 months ago* (last edited 10 months ago) (4 children)

$ mpv "youtube-url" best youtube adblocker.

[–] Yoz 4 points 10 months ago

What's this? How to use it? Can someone please ELI5 ?

[–] abuttifulpigeon 4 points 10 months ago (1 children)

Or (If you have the storage), yt-dlp.

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (1 children)

mpv uses that (or youtube-dl) in background. I think yt-dlp still needs a config change?

[–] [email protected] 5 points 10 months ago

Yt-dlp is the successor for YouTube-dl I believe you can have it function as a drop-in replacement if want to.

[–] BallsInTheShredder 3 points 10 months ago (1 children)
[–] 65gmexl3 6 points 10 months ago (2 children)

video player in linux. I think VLC can also do that

[–] [email protected] 5 points 10 months ago* (last edited 10 months ago)

mpv video player with mpv-sponsorblock script using youtube-dl/yt-dlp hooks, run from command line / launcher.

Yes, there's a sponsorblock plugin for VLC too.

[–] [email protected] 5 points 10 months ago* (last edited 10 months ago)

video player in linux

Not just linux, Android and Windows too. Even embeded devices, MPV basically supports everything

[–] TangledHyphae 2 points 10 months ago (1 children)

For some reason I'm getting:

Unable to extract uploader id; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q="  
[ytdl_hook] youtube-dl failed: unexpected error occurred 
Failed to recognize file format.

Seems weird.

[–] gartheom 4 points 10 months ago (1 children)

Probably need to update. With plain yt-dlp you just run "yt-dlp -U"

[–] TangledHyphae 2 points 10 months ago

That was correct, but yt-dlp is disabled on Debian and Ubuntu (apt), so I had to go to the Debian archives and install manually.