youtube-dl | Download playlist in respective directory

Piyush Kumar Baliyan

I am using Ubuntu 14.04 and youtube-dl to download videos. How can I download videos in respective directory?

e.g. Playlist name is: MyPlaylist, that contains several videos

how can I download videos in directory like: MyPlaylist/index_title.ext

nerdwaller

Have you checked the documentation? Specifically the -o, --output option. Using that, you should be able to do:

youtube-dl -o '/home/me/%(playlist_title)s/%(playlist_index)s_%(title)s.%(ext)s'

That said, please be sure to respect the owner's rights with any videos you use this program for.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to download a youtube playlist with numbered prefix via youtube-dl?

From Dev

How to download a youtube playlist with numbered prefix via youtube-dl?

From Dev

Download youtube playlist from youtube-dl. but no sounds

From Dev

youtube-dl; How download ONLY the playlist, NOT the files therein

From Dev

How can I download a youtube playlist with youtube-dl and make it a mp3-playlist?

From Dev

How can I download part of a playlist from YouTube with 'youtube-dl'?

From Dev

How can I download part of a playlist from YouTube with 'youtube-dl'?

From Dev

YouTube Playlist Download

From Java

Youtube - downloading a playlist - youtube-dl

From Dev

How to download multiple video playlist by youtube-dl and avoid repeated recheck?

From Dev

youtube-dl delete files that are no longer in a playlist

From Dev

Youtube-dl viewster playlist language selection

From Dev

youtube-dl not downloading the whole playlist

From Dev

youtube-dl delete files that are no longer in a playlist

From Dev

Automaticly download and update youtube playlist

From Dev

Downloading youtube playlist with youtube-dl, skipping existing files

From Dev

Play youtube playlist with youtube-dl with shuffling or repeat

From Dev

get newest additions to a youtube playlist using youtube-dl

From Dev

Cannot download youtube-dl

From Dev

Cannot download youtube-dl

From Dev

Is it possible to download entire YouTube playlist using IDM?

From Dev

How can I download a YouTube playlist?

From Dev

How can I make youtube-dl return the creator of a playlist?

From Dev

youtube-dl: Use different output format if downloading a playlist

From Dev

youtube-dl all the vides under a specified playlist

From Dev

Synchronise items in current folder with playlist using youtube-dl

From Dev

Can't download using youtube-dl

From Dev

Can't download using youtube-dl

From Dev

youtube-dl download autotranslate subs

Related Related

  1. 1

    How to download a youtube playlist with numbered prefix via youtube-dl?

  2. 2

    How to download a youtube playlist with numbered prefix via youtube-dl?

  3. 3

    Download youtube playlist from youtube-dl. but no sounds

  4. 4

    youtube-dl; How download ONLY the playlist, NOT the files therein

  5. 5

    How can I download a youtube playlist with youtube-dl and make it a mp3-playlist?

  6. 6

    How can I download part of a playlist from YouTube with 'youtube-dl'?

  7. 7

    How can I download part of a playlist from YouTube with 'youtube-dl'?

  8. 8

    YouTube Playlist Download

  9. 9

    Youtube - downloading a playlist - youtube-dl

  10. 10

    How to download multiple video playlist by youtube-dl and avoid repeated recheck?

  11. 11

    youtube-dl delete files that are no longer in a playlist

  12. 12

    Youtube-dl viewster playlist language selection

  13. 13

    youtube-dl not downloading the whole playlist

  14. 14

    youtube-dl delete files that are no longer in a playlist

  15. 15

    Automaticly download and update youtube playlist

  16. 16

    Downloading youtube playlist with youtube-dl, skipping existing files

  17. 17

    Play youtube playlist with youtube-dl with shuffling or repeat

  18. 18

    get newest additions to a youtube playlist using youtube-dl

  19. 19

    Cannot download youtube-dl

  20. 20

    Cannot download youtube-dl

  21. 21

    Is it possible to download entire YouTube playlist using IDM?

  22. 22

    How can I download a YouTube playlist?

  23. 23

    How can I make youtube-dl return the creator of a playlist?

  24. 24

    youtube-dl: Use different output format if downloading a playlist

  25. 25

    youtube-dl all the vides under a specified playlist

  26. 26

    Synchronise items in current folder with playlist using youtube-dl

  27. 27

    Can't download using youtube-dl

  28. 28

    Can't download using youtube-dl

  29. 29

    youtube-dl download autotranslate subs

HotTag

Archive