Youtube-dl mi restituisce errore

Ciao a tutti, è la prima volta che mi succede questa cosa, riporto di seguito l’output di:

oot@skiava-sdt:/home/skiava# youtube-dl -x --audio-format mp3 https://www.youtube.com/watch?v=FmrGz8qSyrk
[youtube] FmrGz8qSyrk: Downloading webpage
[dashsegments] Total fragments: 10
[download] Destination: Red Hot Chili Peppers - Live at Slane Castle 2003 Full Concert (High Quality)-FmrGz8qSyrk.m4a
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 1 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 2 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 3 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 4 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 5 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 6 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 7 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 8 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 9 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 10 of 10)...
ERROR: giving up after 10 fragment retries

cosa è successo?

quando mi da(va) questi problemi in genere risolvo con clipgrab a meno che non stiano stringendo la possibilità di download.
https://clipgrab.de/it

Ciao, ti ringrazio per il suggerimento e volevo avvisare che l’applicazione si trova direttamente nei repo di fedora e quindi non è necessario scaricare da internet ed eseguire poi l’installazione.

Hai perfettamente ragione.
Ciao

Dai repository di Fedora è possibile installare anche yt-dlp che è un fork di youtube-dl ma è mantenuto più attivamente

Ciao, ho installato anche il fork ma la stringa è la stessa che viene utilizzata con il comando youtube-dl?

beh, sostanzialmente sì… essendo un fork, in linea di massima utilizza le stesse opzioni.
Magari per sicurezza prova a consultare la documentazione disponibile su github oppure puoi consultare qualche guida come, ad esempio, questa:
How to Download YouTube Videos in Linux Using YT-DLP

ciao a tutti, ho provato sia clipgrab che il fork e funzionano alla grande.
Grazie a tutti per i suggerimenti.
A presto.

1 Mi Piace

ClipGrab, come anche altri strumenti ad interfaccia grafica, utilizzano ormai yt-dlp proprio perché è un progetto sviluppato più attivamente rispetto a youtube-dl ed ha quindi meno problematiche legate alle modifiche delle API di YouTube (o quanto meno vengono risolte).

Esistono anche altri strumenti ad interfaccia grafica che, come ClipGrab, hanno abbandonato youtube-dl in favore di yt-dlp come, ad esempio, Tartube e youtube-dl-gui (fork di quello originale, ma che utilizza per l’appunto yt-dlp in sostituzione di youtube-dl).

Purtroppo nessuno di questi è presente sui repo ufficiali di Fedora… fanno eccezione ClipGrab, che è presente nei repository di RPMFusion, e Tartube che fornisce un pacchetto rpm sulla sua pagina GitHub.

youtube-dl-gui fornisce un eseguibile, ma si devono installare le dipendenze richieste per farlo funzionare

Probabilmente esistono anche altre utility ad interfaccia grafica, ma all’infuori di quelle citate non ho avuto modo di provarne altre.

Ciao, sei stato abbastanza esauriente e per ora mi trovo bene con ClipGrab, nel futuro proverei altri strumenti con o senza Gui.