ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.36k stars 10.04k forks source link

Support for wenoo.net #10087

Open dkl3 opened 8 years ago

dkl3 commented 8 years ago

Please follow the guide below


Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.07.13. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.


The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

$ youtube-dl -v <your command line>
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2016.07.13
[debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
[debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
[debug] Proxy map: {}
...
<end of log>

Video link: http://wenoo.net/video/1f1d1d434f90869367a


Hi there, so there's another successor of Zippcast aside from Vidbit that people have been using to upload videos on to. That site is Wenoo (http://wenoo.net). It's listed under "generic" but does not have a unique scraper, like for the description. Try the example video above and you'll see what I mean.

dkl3 commented 8 years ago

It's been almost a month. Are there any updates? There's no rush either--I'm just curious about what's going on.

dkl3 commented 7 years ago

new output--it works but YouTube-dl still labels it under "generic":

~$ youtube-dl https://www.wenoo.net/video/2a52a34e7b373a4a9eb [generic] 2a52a34e7b373a4a9eb: Requesting header WARNING: Falling back on generic information extractor. [generic] 2a52a34e7b373a4a9eb: Downloading webpage [generic] 2a52a34e7b373a4a9eb: Extracting information [download] Downloading playlist: Intial impressions on the current state of Wenoo [generic] playlist Intial impressions on the current state of Wenoo: Collected 1 video ids (downloading 1 of them) [download] Downloading video 1 of 1 [download] Destination: Intial impressions on the current state of Wenoo-2a52a34e7b373a4a9eb.mp4 [download] 100% of 7.36MiB in 00:01 [download] Finished downloading playlist: Intial impressions on the current state of Wenoo

VaiTon commented 5 years ago

new output--it works but YouTube-dl still labels it under "generic":

~$ youtube-dl https://www.wenoo.net/video/2a52a34e7b373a4a9eb [generic] 2a52a34e7b373a4a9eb: Requesting header WARNING: Falling back on generic information extractor. [generic] 2a52a34e7b373a4a9eb: Downloading webpage [generic] 2a52a34e7b373a4a9eb: Extracting information [download] Downloading playlist: Intial impressions on the current state of Wenoo [generic] playlist Intial impressions on the current state of Wenoo: Collected 1 video ids (downloading 1 of them) [download] Downloading video 1 of 1 [download] Destination: Intial impressions on the current state of Wenoo-2a52a34e7b373a4a9eb.mp4 [download] 100% of 7.36MiB in 00:01 [download] Finished downloading playlist: Intial impressions on the current state of Wenoo

So I presume this is fixed. @dkl3