]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - src/websites/vimeo.rb
Remove 'www' from the Vimeo details URL.
[dead/whatever-dl.git] / src / websites / vimeo.rb
index c259b7c602e1cc5c8bf709a8444efbaa426d868f..f8e6ad3525f2d681597ccc931c3018452b7bfe95 100644 (file)
@@ -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)