Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL file comments #4307

Closed
KickassCoxa opened this issue Nov 25, 2014 · 2 comments
Closed

URL file comments #4307

KickassCoxa opened this issue Nov 25, 2014 · 2 comments

Comments

@KickassCoxa
Copy link

@KickassCoxa KickassCoxa commented Nov 25, 2014

Hello. Here, I am trying to build some URL list of youtube videos/playlists/users by hand and i thought that it would be good idea to make improfication to your project and make line #comments! For notes, for TODO's and so on ;)

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 25, 2014

I think I don't understand your request, are you talking about the --batch-file option? Comments are supported:

# First video
http://www.youtube.com/watch?v=BaW_jenozKc
# second
http://www.youtube.com/watch?v=UxxajLWwzqY
$  youtube-dl --batch-file list.txt --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--batch-file', 'list.txt', '--verbose']
[debug] Batch file urls: ['http://www.youtube.com/watch?v=BaW_jenozKc', 'http://www.youtube.com/watch?v=UxxajLWwzqY']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.11.25.1
.... Everything works
@phihag
Copy link
Contributor

@phihag phihag commented Nov 26, 2014

I'm closing this issue now since comments in batch files are supported already. If we misunderstood your report, feel free to comment and we will reopen. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.