Closed (fixed)
Project:
MyTube
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2015 at 16:49 UTC
Updated:
14 Oct 2016 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jfrederick commentedHere is a patch.
MyTube downloads a video-specific XML file from Vimeo, which it parses to find the thumbnail URL. It constructs the URL to the XML file in _mytube_download_thumb() on line 645, but the URL returns a 404.
Vimeo has a newer API, which has a simpler URL structure for downloading the appropriate XML file.
I swapped in the new API URL, and adjusted the regex accordingly to correctly find the thumbnail in the slightly different API response.
Old URL:
New URL:
https://vimeo.com/api/v2/video/108018156.xmlComment #2
milodescThis patch seems to be working well!
Comment #3
hey_germanoThe patch in #1 works for me, too.
Comment #5
mfbThanks for the patch!