Je suis désolé si un forum Ubuntu n'est pas le bon endroit pour cela. Je dois dire tout d'abord que je suis un programmeur débutant. Je connais assez bien bash, mais pas beaucoup plus que la moyenne. J'essaie actuellement d'écrire un script qui téléchargera des chaînes youtube entières de manière ordonnée, avec des dossiers étiquetés.
Voici donc mon script, un travail en cours.
#!/bin/bash
# script for downloading youtube channels.
youtube-dl --format best --ignore-errors --geo-bypass --no-overwrites --write-description --verbose --output "home/(myname)/Videos/Youtube/%(title)s-%(id)s.%(ext)s"
Mes questions sont les suivantes :
-
J'ai testé ce script, mais il n'a pas semblé fonctionner, bien qu'il ait affiché qu'il avait en fait, fonctionné. Le dossier que j'ai spécifié était vide.
-
Comment puis-je lui faire accepter des arguments dans la ligne de commande, au lieu de devoir les écrire dans le fichier texte lui-même ? Je suppose que je devrais faire quelque chose avec stdin, non ?
-
Puis-je mettre les différentes options sur des lignes différentes ? J'ai essayé et j'ai eu un résultat très bizarre. Je le posterai si on me le demande.
Merci pour toute aide. Les conseils pour améliorer ce système sont très appréciés !
Voici le résultat :
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'https://www.youtube.com/watch?v=5Z0wEVxL30Q', u'--format', u'best', u'--ignore-errors', u'--geo-bypass', u'--no-overwrites', u'--write-description', u'--verbose', u'--output', u'home/daniel/Videos/Youtube/%(title)s-%(id)s.%(ext)s']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.09.28
[debug] Python version 2.7.17 (CPython) - Linux-5.0.0-37-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.6, ffprobe 3.4.6, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] 5Z0wEVxL30Q: Downloading webpage
[youtube] 5Z0wEVxL30Q: Downloading video info webpage
[youtube] {18} signature length 108, html5 player vfl22ubNH
[youtube] {22} signature length 108, html5 player vfl22ubNH
[youtube] {43} signature length 108, html5 player vfl22ubNH
[youtube] {137} signature length 104, html5 player vfl22ubNH
[youtube] {248} signature length 108, html5 player vfl22ubNH
[youtube] {136} signature length 108, html5 player vfl22ubNH
[youtube] {247} signature length 108, html5 player vfl22ubNH
[youtube] {135} signature length 108, html5 player vfl22ubNH
[youtube] {244} signature length 104, html5 player vfl22ubNH
[youtube] {397} signature length 108, html5 player vfl22ubNH
[youtube] {134} signature length 104, html5 player vfl22ubNH
[youtube] {243} signature length 108, html5 player vfl22ubNH
[youtube] {396} signature length 104, html5 player vfl22ubNH
[youtube] {133} signature length 108, html5 player vfl22ubNH
[youtube] {242} signature length 104, html5 player vfl22ubNH
[youtube] {395} signature length 108, html5 player vfl22ubNH
[youtube] {160} signature length 108, html5 player vfl22ubNH
[youtube] {278} signature length 104, html5 player vfl22ubNH
[youtube] {394} signature length 108, html5 player vfl22ubNH
[youtube] {140} signature length 108, html5 player vfl22ubNH
[youtube] {249} signature length 104, html5 player vfl22ubNH
[youtube] {250} signature length 108, html5 player vfl22ubNH
[youtube] {251} signature length 108, html5 player vfl22ubNH
[youtube] {256} signature length 104, html5 player vfl22ubNH
[youtube] {258} signature length 108, html5 player vfl22ubNH
[info] Writing video description to: home/daniel/Videos/Youtube/Skyfall - Glass Marksman Shot (1080p)-5Z0wEVxL30Q.description
[debug] Invoking downloader on u'https://r1---sn-5goeen7r.googlevideo.com/videoplayback?expire=1577358216&ei=KD8EXpPXBIrFyQWU-YywAg&ip=141.98.255.143&id=o-AKv0MWwSrx9RvyT95fq0Q_YtOhrP5TbXi6Q0sjSMgIjX&itag=22&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-5goeen7r%2Csn-5go7yne6&ms=au%2Crdu&mv=m&mvi=0&pl=24&initcwndbps=1542500&mime=video%2Fmp4&ratebypass=yes&dur=230.016&lmt=1576681868572996&mt=1577336499&fvip=1&fexp=23842630&c=WEB&txp=5535432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml4wRAIgP-oMuqfqPY881XjbcdN6zXRrP_J9JyvEgV4IycmrZ5YCIFbDK3B6ZjlE9bidVpMUKgrGPB8gwPoT7eHsc0CwS-J0&sig=ALgxI2wwRQIhALG8pUVKSEm97ndTb_i8Vd_uqcVshLbbbfNuYoV9PBWLAiAy92m5Qqh3i0DK05AdaCbQohVT8nNtam_Pf-cYKDJRPg=='
[download] Destination: home/daniel/Videos/Youtube/Skyfall - Glass Marksman Shot (1080p)-5Z0wEVxL30Q.mp4
[download] 100% of 15.78MiB in 00:39