X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fwebsites%2Fvimeo.rb;h=f8e6ad3525f2d681597ccc931c3018452b7bfe95;hb=d3a5ba4d6152e18bace4694806cff5601afdcb5b;hp=c259b7c602e1cc5c8bf709a8444efbaa426d868f;hpb=58c138db3959115c63f727306ab0cac23bb48038;p=dead%2Fwhatever-dl.git diff --git a/src/websites/vimeo.rb b/src/websites/vimeo.rb index c259b7c..f8e6ad3 100644 --- a/src/websites/vimeo.rb +++ b/src/websites/vimeo.rb @@ -35,7 +35,7 @@ class Vimeo < Website # the junk we need to construct the video URL. Note that the file # URL given in the XML is *not* valid. video_id = self.parse_video_id() - details_url = "http://www.vimeo.com/moogaloop/load/clip:#{video_id}/local" + details_url = "http://vimeo.com/moogaloop/load/clip:#{video_id}/local" details_data = get_page_data(details_url) request_signature = parse_request_signature(details_data)