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




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










share|improve this question


























    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




    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










    share|improve this question
























      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




      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










      share|improve this question













      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




      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 22 at 0:57









      Memor-X

      3202729




      3202729



























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          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






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕