X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=lib%2Fwhatever-dl%2Fwebsites%2Fmotherless.rb;fp=lib%2Fwhatever-dl%2Fwebsites%2Fmotherless.rb;h=8a49f1c809c2cfb997a0b1b3af34ec3c35a661f2;hp=ebfef0830db0095e40bd36b579fe4d9c8e1db674;hb=6fa93b506bcc9b124ed8d5ac75c5022f68b536d3;hpb=a440e90760bc16cef9ed6c20534bf491fe43db93 diff --git a/lib/whatever-dl/websites/motherless.rb b/lib/whatever-dl/websites/motherless.rb index ebfef08..8a49f1c 100644 --- a/lib/whatever-dl/websites/motherless.rb +++ b/lib/whatever-dl/websites/motherless.rb @@ -43,9 +43,7 @@ class Motherless < Website def parse_video_url(page_data) - # If neither of the source formats are present, just grab the - # video URL from the Flash variable and be done with it. - video_url_regex = /\'file\', \'(http.*?\.flv)\'/i + video_url_regex = /file: \'(http.*?\.flv)\'/i matches = video_url_regex.match(page_data) if matches.nil?