-
Notifications
You must be signed in to change notification settings - Fork 374
Can not retrieve video from https://www.youtube.com/watch?v=OrLQR8mwGyg #165
Comments
Which version of YoutubeExtractor are you using? |
I use the latest one. 2015-12-27 23:09 GMT+08:00 Dennis Daume notifications@github.com:
|
I have the same issue. I also use the latest version from Nuget 0.10.8
|
fixed the issue, added a new pull request. Issue cause by the GetAdaptiveStreamMap Method in the DownloadUrlResolver class caused by an missing object "adaptive_fmts" in args. Maybe some Youtube Videos dont have this parameter. To fix it i have used the "url_encoded_fmt_stream_map" parameter instead, worked for me. |
Hi detroxx92, |
another url cannot be parsed! https://www.youtube.com/watch?v=KvqyGJybSI0 |
@rongchaua the fix is not in the new version. it is an open pull request jet, The Video you linked just works with the fix. @CenturionYun this Video seems to produce an other error. i will have a look into that. |
I have the same issue. I use the latest version from Nuget 0.10.10... |
@rongchaua the fix is now merged and available in version 0.10.10. @CenturionYun the error is caused by the "old" youtube page layout, that is loaded for this video. This layout is not supported in this version. |
The given path's format is not supported. for this video https://www.youtube.com/watch?v=oyEuk8j8imI |
Can not retrieve video from https://www.youtube.com/watch?v=OrLQR8mwGyg, it throw a exception says that Could not parse the Youtube page for URL, This may be due to a change of the Youtube page structure.
The text was updated successfully, but these errors were encountered: