]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commitdiff
Remove 'www' from the Vimeo details URL.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 18 Nov 2011 23:35:28 +0000 (18:35 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 18 Nov 2011 23:35:28 +0000 (18:35 -0500)
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)