How can i specify a filename for videos downloaded from a video list in youtube-dl
up vote
0
down vote
favorite
current i download vidoes using the following command in a download.bat
file
youtube-dl -a "videoList.txt" -f "best"
with the contents of videoList.txt
currently bring
https://www.youtube.com/watch?v=UsW7vUOkOQU
https://www.youtube.com/watch?v=BmoQ6ZBv4tA
https://www.youtube.com/watch?v=5PQn6srQTdA
https://www.youtube.com/watch?v=g2x-v9RXzfc
https://www.youtube.com/watch?v=jzHLOiVZv7o
https://www.youtube.com/watch?v=crxyCPsNagM
https://www.youtube.com/watch?v=B49yZYQyl-M
https://www.youtube.com/watch?v=XGKPu8_38uo
https://www.youtube.com/watch?v=6pYc8X9F75w
https://www.youtube.com/watch?v=ZIx1DcOCMPo
https://www.youtube.com/watch?v=Vk8vw-UveuA
https://www.youtube.com/watch?v=4xop_xeGDgA
https://www.youtube.com/watch?v=QJJu63myn5I
https://www.youtube.com/watch?v=StZj6hYmBYM
https://www.youtube.com/watch?v=2bEmsl5ClFk
https://www.youtube.com/watch?v=nPVOeyRYBPk
https://www.youtube.com/watch?v=uxoYo0wf-0c
https://www.youtube.com/watch?v=6muZ3m0h2No
https://www.youtube.com/watch?v=j4ETco4Z73U
https://www.youtube.com/watch?v=RWbKLR0J8Ws
https://www.youtube.com/watch?v=PfQqm-JtZGM
https://www.youtube.com/watch?v=OjzRMescVyw
https://www.youtube.com/watch?v=TWnEaSrCK8Y
https://www.youtube.com/watch?v=J8ViHdRFWMQ
https://www.youtube.com/watch?v=Qv9qcTbwAiw
currently i get the filename as just the video title so for https://www.youtube.com/watch?v=g2x-v9RXzfc
i get A Short Goodbye, Taylor Swift's Profit Play, Trump's Historic Saudi Arabia Response & More...-g2x-v9RXzfc.mp4
.
i sort the video in explorer by their Date so that video that were just uploaded get put at the bottom when i drag them into VLC.
sometimes i want to see an older video from a certain uploader first and move it up the list (ie. a news video i missed) but in a list of 25+ videos it's hard to tell which video came from who so i wanted to add the uploaded name. i found this answer and altered my command to
youtube-dl -a "videoList.txt" -f "best" -o "[%(uploader)s] %(title)s.%(ext)s"
i get this
ERROR: fixed output name but more than one file to download
So how can i specify a filename for videos downloaded from a video list in youtube-dl? format eg. [Philip DeFranco] A Short Goodbye, Taylor Swift's Profit Play, Trump's Historic Saudi Arabia Response & More...-g2x-v9RXzfc.mp4
youtube-dl
add a comment |
up vote
0
down vote
favorite
current i download vidoes using the following command in a download.bat
file
youtube-dl -a "videoList.txt" -f "best"
with the contents of videoList.txt
currently bring
https://www.youtube.com/watch?v=UsW7vUOkOQU
https://www.youtube.com/watch?v=BmoQ6ZBv4tA
https://www.youtube.com/watch?v=5PQn6srQTdA
https://www.youtube.com/watch?v=g2x-v9RXzfc
https://www.youtube.com/watch?v=jzHLOiVZv7o
https://www.youtube.com/watch?v=crxyCPsNagM
https://www.youtube.com/watch?v=B49yZYQyl-M
https://www.youtube.com/watch?v=XGKPu8_38uo
https://www.youtube.com/watch?v=6pYc8X9F75w
https://www.youtube.com/watch?v=ZIx1DcOCMPo
https://www.youtube.com/watch?v=Vk8vw-UveuA
https://www.youtube.com/watch?v=4xop_xeGDgA
https://www.youtube.com/watch?v=QJJu63myn5I
https://www.youtube.com/watch?v=StZj6hYmBYM
https://www.youtube.com/watch?v=2bEmsl5ClFk
https://www.youtube.com/watch?v=nPVOeyRYBPk
https://www.youtube.com/watch?v=uxoYo0wf-0c
https://www.youtube.com/watch?v=6muZ3m0h2No
https://www.youtube.com/watch?v=j4ETco4Z73U
https://www.youtube.com/watch?v=RWbKLR0J8Ws
https://www.youtube.com/watch?v=PfQqm-JtZGM
https://www.youtube.com/watch?v=OjzRMescVyw
https://www.youtube.com/watch?v=TWnEaSrCK8Y
https://www.youtube.com/watch?v=J8ViHdRFWMQ
https://www.youtube.com/watch?v=Qv9qcTbwAiw
currently i get the filename as just the video title so for https://www.youtube.com/watch?v=g2x-v9RXzfc
i get A Short Goodbye, Taylor Swift's Profit Play, Trump's Historic Saudi Arabia Response & More...-g2x-v9RXzfc.mp4
.
i sort the video in explorer by their Date so that video that were just uploaded get put at the bottom when i drag them into VLC.
sometimes i want to see an older video from a certain uploader first and move it up the list (ie. a news video i missed) but in a list of 25+ videos it's hard to tell which video came from who so i wanted to add the uploaded name. i found this answer and altered my command to
youtube-dl -a "videoList.txt" -f "best" -o "[%(uploader)s] %(title)s.%(ext)s"
i get this
ERROR: fixed output name but more than one file to download
So how can i specify a filename for videos downloaded from a video list in youtube-dl? format eg. [Philip DeFranco] A Short Goodbye, Taylor Swift's Profit Play, Trump's Historic Saudi Arabia Response & More...-g2x-v9RXzfc.mp4
youtube-dl
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
current i download vidoes using the following command in a download.bat
file
youtube-dl -a "videoList.txt" -f "best"
with the contents of videoList.txt
currently bring
https://www.youtube.com/watch?v=UsW7vUOkOQU
https://www.youtube.com/watch?v=BmoQ6ZBv4tA
https://www.youtube.com/watch?v=5PQn6srQTdA
https://www.youtube.com/watch?v=g2x-v9RXzfc
https://www.youtube.com/watch?v=jzHLOiVZv7o
https://www.youtube.com/watch?v=crxyCPsNagM
https://www.youtube.com/watch?v=B49yZYQyl-M
https://www.youtube.com/watch?v=XGKPu8_38uo
https://www.youtube.com/watch?v=6pYc8X9F75w
https://www.youtube.com/watch?v=ZIx1DcOCMPo
https://www.youtube.com/watch?v=Vk8vw-UveuA
https://www.youtube.com/watch?v=4xop_xeGDgA
https://www.youtube.com/watch?v=QJJu63myn5I
https://www.youtube.com/watch?v=StZj6hYmBYM
https://www.youtube.com/watch?v=2bEmsl5ClFk
https://www.youtube.com/watch?v=nPVOeyRYBPk
https://www.youtube.com/watch?v=uxoYo0wf-0c
https://www.youtube.com/watch?v=6muZ3m0h2No
https://www.youtube.com/watch?v=j4ETco4Z73U
https://www.youtube.com/watch?v=RWbKLR0J8Ws
https://www.youtube.com/watch?v=PfQqm-JtZGM
https://www.youtube.com/watch?v=OjzRMescVyw
https://www.youtube.com/watch?v=TWnEaSrCK8Y
https://www.youtube.com/watch?v=J8ViHdRFWMQ
https://www.youtube.com/watch?v=Qv9qcTbwAiw
currently i get the filename as just the video title so for https://www.youtube.com/watch?v=g2x-v9RXzfc
i get A Short Goodbye, Taylor Swift's Profit Play, Trump's Historic Saudi Arabia Response & More...-g2x-v9RXzfc.mp4
.
i sort the video in explorer by their Date so that video that were just uploaded get put at the bottom when i drag them into VLC.
sometimes i want to see an older video from a certain uploader first and move it up the list (ie. a news video i missed) but in a list of 25+ videos it's hard to tell which video came from who so i wanted to add the uploaded name. i found this answer and altered my command to
youtube-dl -a "videoList.txt" -f "best" -o "[%(uploader)s] %(title)s.%(ext)s"
i get this
ERROR: fixed output name but more than one file to download
So how can i specify a filename for videos downloaded from a video list in youtube-dl? format eg. [Philip DeFranco] A Short Goodbye, Taylor Swift's Profit Play, Trump's Historic Saudi Arabia Response & More...-g2x-v9RXzfc.mp4
youtube-dl
current i download vidoes using the following command in a download.bat
file
youtube-dl -a "videoList.txt" -f "best"
with the contents of videoList.txt
currently bring
https://www.youtube.com/watch?v=UsW7vUOkOQU
https://www.youtube.com/watch?v=BmoQ6ZBv4tA
https://www.youtube.com/watch?v=5PQn6srQTdA
https://www.youtube.com/watch?v=g2x-v9RXzfc
https://www.youtube.com/watch?v=jzHLOiVZv7o
https://www.youtube.com/watch?v=crxyCPsNagM
https://www.youtube.com/watch?v=B49yZYQyl-M
https://www.youtube.com/watch?v=XGKPu8_38uo
https://www.youtube.com/watch?v=6pYc8X9F75w
https://www.youtube.com/watch?v=ZIx1DcOCMPo
https://www.youtube.com/watch?v=Vk8vw-UveuA
https://www.youtube.com/watch?v=4xop_xeGDgA
https://www.youtube.com/watch?v=QJJu63myn5I
https://www.youtube.com/watch?v=StZj6hYmBYM
https://www.youtube.com/watch?v=2bEmsl5ClFk
https://www.youtube.com/watch?v=nPVOeyRYBPk
https://www.youtube.com/watch?v=uxoYo0wf-0c
https://www.youtube.com/watch?v=6muZ3m0h2No
https://www.youtube.com/watch?v=j4ETco4Z73U
https://www.youtube.com/watch?v=RWbKLR0J8Ws
https://www.youtube.com/watch?v=PfQqm-JtZGM
https://www.youtube.com/watch?v=OjzRMescVyw
https://www.youtube.com/watch?v=TWnEaSrCK8Y
https://www.youtube.com/watch?v=J8ViHdRFWMQ
https://www.youtube.com/watch?v=Qv9qcTbwAiw
currently i get the filename as just the video title so for https://www.youtube.com/watch?v=g2x-v9RXzfc
i get A Short Goodbye, Taylor Swift's Profit Play, Trump's Historic Saudi Arabia Response & More...-g2x-v9RXzfc.mp4
.
i sort the video in explorer by their Date so that video that were just uploaded get put at the bottom when i drag them into VLC.
sometimes i want to see an older video from a certain uploader first and move it up the list (ie. a news video i missed) but in a list of 25+ videos it's hard to tell which video came from who so i wanted to add the uploaded name. i found this answer and altered my command to
youtube-dl -a "videoList.txt" -f "best" -o "[%(uploader)s] %(title)s.%(ext)s"
i get this
ERROR: fixed output name but more than one file to download
So how can i specify a filename for videos downloaded from a video list in youtube-dl? format eg. [Philip DeFranco] A Short Goodbye, Taylor Swift's Profit Play, Trump's Historic Saudi Arabia Response & More...-g2x-v9RXzfc.mp4
youtube-dl
youtube-dl
asked Nov 22 at 0:57
Memor-X
3202729
3202729
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377448%2fhow-can-i-specify-a-filename-for-videos-downloaded-from-a-video-list-in-youtube%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown