Skip to content
New issue

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

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

Already on GitHub? # to your account

youtube-dl: You must provide at least one URL #8

Open
5hay opened this issue Nov 7, 2019 · 0 comments
Open

youtube-dl: You must provide at least one URL #8

5hay opened this issue Nov 7, 2019 · 0 comments

Comments

@5hay
Copy link

5hay commented Nov 7, 2019

This error seems to be from get_video_value(). I double checked, the URL gets passed in correctly.

$video_value in that function seems to return an empty string though.
I tried that same command on my shell and it worked. I even hardcoded a working example in get_video_value() and I still get this error.

This is my output:

[YTDLRC] [Debug] Lock file doesn't exist. Attempting to create '/tmp/ytdlrc.lock'...
[YTDLRC] [Debug] [OK] Creating '/tmp/ytdlrc.lock' succeeded. Continuing...
[YTDLRC] [Debug] Checking required commands...
[YTDLRC] [Debug] [OK] Command found: youtube-dl
[YTDLRC] [Debug] [OK] Command found: rclone
[YTDLRC] [Debug] Checking if rclone meets minimum required version (1.43)...
[YTDLRC] [Debug] [OK] Installed version: 1.49.5
[YTDLRC] [Debug] Checking if rclone configuration file exists...
[YTDLRC] [Debug] [OK] Using rclone configuration: /home/shayan/.rclone.conf
[YTDLRC] [Debug] Checking rclone remote for any issues...
[YTDLRC] [Debug] [OK] Remote exists. No issues found.
[YTDLRC] Processing ytuser:kurzgesagt...
[YTDLRC] [Debug] Grabbing 'uploader' '1' from 'ytuser:kurzgesagt'...
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: You must provide at least one URL.
Type youtube-dl --help to see a list of all options.
[YTDLRC] [Debug] Failed to grab 'uploader' from 'ytuser:kurzgesagt'. Trying 2nd video instead...
[YTDLRC] [Debug] Grabbing 'uploader' '2' from 'ytuser:kurzgesagt'...
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: You must provide at least one URL.
Type youtube-dl --help to see a list of all options.
[YTDLRC] [Debug] Failed to grab 'uploader' from 'ytuser:kurzgesagt' after 2 attempts. Skipping...
[YTDLRC] Process completed at 2019-11-07T15:58:39+01:00.
[YTDLRC] [Debug] Removing lock file...
[YTDLRC] [Debug] [OK] Lock file deleted.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant