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

Retrive information from file #5124

Closed
davidhedlund opened this issue Mar 4, 2015 · 2 comments
Closed

Retrive information from file #5124

davidhedlund opened this issue Mar 4, 2015 · 2 comments

Comments

@davidhedlund
Copy link

@davidhedlund davidhedlund commented Mar 4, 2015

The "-j" option have been removed. I used that option to input URLs from file to youtube-dl. How can I do that now?

@phihag
Copy link
Contributor

@phihag phihag commented Mar 4, 2015

The -j option has not been removed:

$ youtube-dl -vj test:youtube
[debug] System config: []
[debug] User config: ['--age-limit', '179', '--default-search', 'ytsearch']
[debug] Command-line args: ['-vj', 'test:youtube']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.03.03.1
[debug] Git HEAD: 7fde87c
[debug] Python version 2.7.9 - Linux-3.16-1-amd64-x86_64-with-debian-8.0
[debug] exe versions: avconv 11.2-6, avprobe 11.2-6, ffmpeg 1.2.1, ffprobe 1.2.1, rtmpdump 2.4
[debug] Proxy map: {}
{"display_id": "BaW_jenozKc", "upload_date": "20121002", "automatic_captions": {}, "description": "test chars:  \"'/\\\u00e4\u21ad\ud835\udd50\ntest URL: https://github.com/rg3/youtube-dl/issues/1892\n\nThis is a test video for youtube-dl.\n\nFor more information, contact phihag@phihag.de .", "uploader_id": "phihag", "extractor": "youtube", "requested_subtitles": null, "height": 720, "thumbnail": "https://i.ytimg.com/vi/BaW_jenozKc/maxresdefault.jpg", "_filename": "youtube-dl test video ''_\u00e4\u21ad\ud835\udd50-BaW_jenozKc.mp4", "like_count": 11, "uploader": *snip*

However, it never had anything to do with inputting files from a URL. For that, use --batch.

And don't forget that extraordinary claims (such as an option being removed despite being listed in the list of options) require extraordinary proof (such as the very least the complete output you get when you run youtube-dl with the -v option and -j) to be taken seriously.

@phihag phihag closed this Mar 4, 2015
@davidhedlund
Copy link
Author

@davidhedlund davidhedlund commented Mar 4, 2015

I think you can close this one. 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
2 participants
You can’t perform that action at this time.