Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Recently, destination has / replaced with # #831
Comments
|
Sorry, I cannot reproduce this problem - it all works fine on my machine. Can you add the |
|
Not much more really. Downloading QFCSXr6qnv4 |
|
Well, that showed that you're using the newest version. I have looked both into our history and the source code that formats file names, and both seem completely fine. The output Additionally, do you get the same output if you pass in |
|
yes - I'm using project chaplin's passthru: So using the command on its own returned using the hashes again. Using --get-filename works properly: Adding the print strangely doesn't produce anything different (unless there are some steps to recompile the script?) |
|
I see you're using a git submodule. That's fine, but to run the checked out source code, you should just call youtube-dl with
Alternatively, type This looks extremely weird, after printing the file name we just encode it to UTF-8 (or whatever encoding you use), and that should never lead to the outcome you're seeing. Can you reproduce the problem with
? If yes, we have to dig deeper into your configuration. If no, then there's a difference in how you call youtube-dl. |
|
So calling using python -m: (print): and using the wget'd version: |
|
That's really strange; I cannot reproduce it on any of my systems. Can you reproduce it on the system you reach with
That should be a debian squeeze. Feel free to modify the system as you like, like you do with yours. Alternatively, feel free to give me ssh access to a demo system of yours. |
|
@dandart ping, can you reproduce the issue on the VM? As I said, I'm almost certain that something else is wrong here. |
|
Sorry, currently in the process of moving. Difficult to connect to on my internet... trying hardest... |
|
Yes, my pipes keep breaking. |
|
@dandart Can you reproduce this on ytdl-dandart.phihag.de ? As far as I can see in the history, you just installed screen and locales. On that machine,
works as expected for me. |
|
All I was going to do was set locale to en_GB ... The server I must be |
|
Oh, I'm very sorry, should've seen in right away: This is some win32 compatibility code (which we cannot special-case for Note that the original error is caused by something else; most likely because the directory |
|
Heh. That compat code did fix it thanks. |
E.g.:
Downloading CsGYh8AacgY
/var/www/projectchaplin/application/../external/youtube-dl --prefer-free-formats -o '/var/www/projectchaplin/public/uploads/%(title)s.%(ext)s' -- "CsGYh8AacgY"
[youtube] Setting language
[youtube] CsGYh8AacgY: Downloading video webpage
[youtube] CsGYh8AacgY: Downloading video info webpage
[youtube] CsGYh8AacgY: Extracting video information
[download] Destination: #var#www#projectchaplin#public#uploads#Charlie the Unicorn.webm
[download] 100.0% of 5.67MiB at 11.32MiB/s ETA 00:00
Downloaded CsGYh8AacgY
Know what's going on here?
Cheers