menismu / popcorn-js

The HTML5 Media Framework
MIT License
202 stars 29 forks source link

Youtube video duration is wrong #45

Open menismu opened 6 years ago

menismu commented 6 years ago

Issue reported: https://github.com/mozilla/popcorn-js/issues/440 Reported by: @syl22-00

@syl22-00 Contributor syl22-00 commented on 7 May 2015 Currently, calls to duration() always return 236 seconds on any Youtube video. This is what the call to the Youtube data API returns. The version 2 of the Youtube data API is deprecated, it should not be used anymore.

@syl22-00 syl22-00 referenced this issue on 7 May 2015 Merged Removed dependency on deprecated Youtube data API v2. #441 @RushabhJoshi RushabhJoshi commented on 13 May 2015 When/where can I get popcorn-complete.min.js ? Thanks in advance.

@syl22-00 Contributor syl22-00 commented on 13 May 2015 Once you compile, it's in the dist/ folder.

titaniumbones commented 5 years ago

this looks like it's solved, can we close?