site-support request: (embed.)yourupload.com #2437

Closed
opened 2026-02-21 00:22:04 -05:00 by deekerman · 2 comments
Owner

Originally created by @Fusl on GitHub (Jun 15, 2014).

Hi,
just wanted to download this:
http://embed.yourupload.com/528lQz?client_file_id=183910
But youtube-dl doesn't support it (yet):

root@old:/var/www# youtube-dl http://embed.yourupload.com/528lQz?client_file_id=183910
[generic] 528lQz?client_file_id=183910: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 528lQz?client_file_id=183910: Downloading webpage
[generic] 528lQz?client_file_id=183910: Extracting information
ERROR: unable to download video data: HTTP Error 404: Not Found

When you open the URL above you can see these two lines in the source code:

#24:    <h1 style="display: none;">[Exiled-Destiny]_Shiki_Ep01_(C991B9B4).mp4</h1>
#35:      {file: "http://stream.yucache.net/c1c91a3ddfc283b729196d1087686d7a5bfda4d1.mp4?client_file_id=183922"

Downloading the "http://stream.yucache.net/c1c91a3ddfc283b729196d1087686d7a5bfda4d1.mp4?client_file_id=183922" to file "[Exiled-Destiny]Shiki_Ep01(C991B9B4).mp4" works without problem with wget so it should be possible for youtube-dl too.

Originally created by @Fusl on GitHub (Jun 15, 2014). Hi, just wanted to download this: http://embed.yourupload.com/528lQz?client_file_id=183910 But youtube-dl doesn't support it (yet): ``` root@old:/var/www# youtube-dl http://embed.yourupload.com/528lQz?client_file_id=183910 [generic] 528lQz?client_file_id=183910: Requesting header WARNING: Falling back on generic information extractor. [generic] 528lQz?client_file_id=183910: Downloading webpage [generic] 528lQz?client_file_id=183910: Extracting information ERROR: unable to download video data: HTTP Error 404: Not Found ``` When you open the URL above you can see these two lines in the source code: ``` #24: <h1 style="display: none;">[Exiled-Destiny]_Shiki_Ep01_(C991B9B4).mp4</h1> #35: {file: "http://stream.yucache.net/c1c91a3ddfc283b729196d1087686d7a5bfda4d1.mp4?client_file_id=183922" ``` Downloading the "http://stream.yucache.net/c1c91a3ddfc283b729196d1087686d7a5bfda4d1.mp4?client_file_id=183922" to file "[Exiled-Destiny]_Shiki_Ep01_(C991B9B4).mp4" works without problem with wget so it should be possible for youtube-dl too.
deekerman 2026-02-21 00:22:04 -05:00
Author
Owner

@naglis commented on GitHub (Sep 21, 2014):

Hi @Fusl,
yourupload.com will be supported in the next version of youtube-dl. Thanks for your report!

@naglis commented on GitHub (Sep 21, 2014): Hi @Fusl, yourupload.com will be supported in the next version of youtube-dl. Thanks for your report!
Author
Owner

@phihag commented on GitHub (Sep 24, 2014):

yourupload.com support has been added in youtube-dl 2014.09.24. By the way, it's generally a bad idea to run programs as root. If possible run youtube-dl as a normal user.

@phihag commented on GitHub (Sep 24, 2014): yourupload.com support has been added in youtube-dl 2014.09.24. By the way, it's generally a bad idea to run programs as root. If possible run youtube-dl as a normal user.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#2437
No description provided.