#yt_dlp

はぐれ社会福祉士2号epower_be
2025-05-24

音声だけ拾って家で楽しむ方法。
yt-dlp -f bestaudio --extract-audio --audio-format mp3 --audio-quality 160K "URL"

chatgpt.com/share/6831814b-fdf

yt-dlpで落とした音声をaudaciousで再生してる画像です。
はぐれ社会福祉士2号epower_be
2025-05-23

エッチ動画DLに が負ける場合、yt-dlp -f best --user-agent "Mozilla/5.0" "動画URL" でいけます。
github.com/yt-dlp/yt-dlp に居るけど、 等だとaptでinstallできます。
[download] 100% of 256.49MiB in 00:11:04 at 395.23KiB/s

Who Let The Dogs Out 🐾ashed@mastodon.ml
2025-05-14

#yt_dlp #youtube

Download video from Youtube-2

**Get mediaformat table from Youtube**

```sh
yt-dlp --list-formats --cookies ./youtube_cookies.txt youtu.be/SEicOk9f2f8 --extractor-arg "youtube:player_client=web_safari"
```

**Download 720p video**

```sh
$ yt-dlp -f 95 --cookies ./youtube_cookies.txt 'youtu.be/eUyr9MJnj4w' --extractor-arg "youtube:player_client=web_safari"
```

Who Let The Dogs Out 🐾ashed@mastodon.ml
2025-05-14

#yt_dlp #youtube

Download video from Youtube-1

**Export cookies from browser in Mozilla/Netscape format**

The easiest way to pass cookies is to let yt-dlp extract it from your browser (say, Chrome) using --cookies-from-browser chrome. In Linux, this searches for config in location `~/.config/google-chrome`. In case you install Chrome using Flatpak, the config is located in `~/.var/app/com.google.Chrome`. To pass the cookies from this location use `--cookies-from-browser chrome:~/.var/app/com.google.Chrome/`

You can export your cookies to a text file without any third-party software by using yt-dlp's `--cookies-from-browser` option in conjunction with the --cookies option, for example: `yt-dlp --cookies-from-browser chrome --cookies cookies.txt`.

You may also use a conforming browser extension for exporting cookies, such as [Get cookies.txt LOCALLY](chrome.google.com/webstore/det) for Chrome or [cookies.txt](addons.mozilla.org/en-US/firef) for Firefox.

2025-04-16

This is news from a month ago, but apparently YouTube is currently experimenting with adding DRM to all videos, but only if you're using certain clients and your user is in the respective A/B test group.

Normal browsers are not affected, but yt-dlp for example is. (Again, only for _some_ users.)

github.com/yt-dlp/yt-dlp/issue

Hacker News has some additional explanations:

news.ycombinator.com/item?id=4

In short: No reason to panic, but some concern is appropriate.

#YouTube #yt_dlp #YTDLP #DRM

Geeklandgeekland
2025-04-05

Cómo instalar yt-dlp en Termux en Android para descargar videos, audio (MP3) de YouTube y otros sitios facilitarelsoftwarelibre.blogs

2025-03-29

#tubular, #invidious and #yt_DLP not working at the same time? Have I done something wrong or #google is up to something again...?

Spoune /BikLou 🕯️Dykecyclette@eldritch.cafe
2025-03-17

Hourra ! Avec une réinstallation propre de yt-dlp, mon programme pour télécharger tous mes favoris sur #RiMusic refonctionne !
github.com/LouBdt/RiMusicFAVTo
#ytdlp #yt_DLP

Les capsules du prof Lutzlutzray@mamot.fr
2025-01-20

Hmm, what's more distressing? Trump's inauguration or my yt-dlp beeing borked?
🤔

#yt_DLP

screen capture of a yt-dlp command invocation. An error is occuring and the operation stops. The caracters are green over a dark grey background
2025-01-02

**RiV Mesh** — это децентрализованная сеть, обеспечивающая безопасное и зашифрованное соединение между устройствами, поддерживающими IPv6. Она разработана для создания транспортного уровня для блокчейна RiV Chain и облегчения безопасного взаимодействия между различными устройствами, включая IoT, настольные компьютеры и маршрутизаторы.
**Основные особенности RiV Mesh:**
- **Конечное шифрование:** Обеспечивает защиту данных при передаче между узлами сети.
- **Самоорганизующаяся сеть:** Автоматически настраивает соединения между устройствами без необходимости ручной конфигурации.
- **Поддержка различных платформ:** Совместима с Linux, macOS, Windows, FreeBSD, OpenBSD, OpenWrt и другими.
- **Графический интерфейс:** Предоставляет удобный способ управления и настройки сети.
- **Глобальная карта сети:** Визуализирует все совместимые узлы RiV Mesh по всему миру, позволяя отслеживать их расположение и состояние.
RiV Mesh предлагает пользователям возможность создавать неограниченное количество виртуальных статических IPv6-адресов, обеспечивая безопасный удаленный доступ к устройствам через SSH, RDP, браузер или другие протоколы. Это делает её мощным инструментом для создания защищённых сетевых соединений без необходимости в сторонних сервисах.
Для более подробного ознакомления с работой RiV Mesh рекомендуется посетить официальный сайт проекта и ознакомиться с документацией на GitHub.
Для наглядного примера работы с Mesh-сетями вы можете посмотреть следующий видеоролик:

#yt_dlp #загрузкавидео #проблемызагрузкой #обновлениесофтвера #техническиесоветы #видеозагрузка #YouTubeTools #софтдлявидео #OpenSource #видеотехнологии #автоматизация #обновиПО #советыдляпользователей #yt_dlpGuide #скачиватьвидео #современныйсофт #разницаверсий #работаетбезошибок #техническийанализ #ITсоветы #инструментыдлязагрузки #советдня #медийныйконтент

2024-12-18

QUESTION FOR CLEVER PEOPLE

So I've been using the python 'yt-dlp' library for -legitimate personal reasons- and > 75% of the time, the videos I download do not function on android.

When I try to play them with VLC (on android) I get the first frame of video, (usually a logo or black screen) and the audio. the video never plays.

ANYONE HAVE SIMILAR ISSUES OR KNOW HOW TO FIX?? pls boost if you think a friend might know what's up with this it is driving me nuts.

#youtube #Python #yt_DLP #yt_dlp_tutorial

2024-06-07

@lps @kde@floss.social @kde@lemmy.kde.social I had no trouble to download using #yt_dlp, but that might depend on your location. Last year my IP address got blocked from google (search, yt) for a couple of days.

2023-11-29

Gibt es eigentlich für #BahnDE der #deutschebahn ein datensparsames alternatives #frontend? Also quasi so wie #invidious für #youtube nur eben für eine #Fahrplanauskunft? Oder gibt es da ein #cli tool analog zu #yt_DLP? Es ist so ätzend, über einen robust konfigurierten #torbrowser auf der #db Webseite zu klicken... Ja, #öffi und #transportr kenne ich, aber ich suche eine Lösung fürs #linux #desktop. Danke vorab für jeden Hinweis!
#datenschutz #privacy #öpnv

Ciourte Piailleciourte@piaille.fr
2023-11-22

On peut regarder les #replay de #FranceTV sans créer de compte, en téléchargeant la vidéo avec #yt_dlp / #youtube_dl.
Testé pour « Un pays qui se tient sage » france.tv/films/5400045-un-pay

#UnPaysQuiSeTientSage #Un_pays_qui_se_tient_sage #téléchargement

Mattias Wadmanwader@fosstodon.org
2023-10-20

@timelordiroh maybe try github.com/yt-dlp/yt-dlp which is a quite active fork #yt_dlp #youtubedl

silmeth 🇺🇦silmeth@mstdn.social
2023-10-20

Also, for quick simple command-line use, yt-dlp for downloading and #mpv for streaming YT videos are great. #yt_dlp

2023-04-07

Musikindustrie gegen Uberspace

Dieser Rechtsstreit ist völlig überflüssig, weil er haltlos und realitätsfremd ist. Die Musikindustrie versucht erneut ihre Pfründe zu wahren.

#Musik #Urheberrecht #youtube_dl #Musikindustrie #yt_dlp #Linux

gnulinux.ch/musikindustrie-geg

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst