X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fwebsites%2Fmotherless.rb;h=c6095a0a4e3645e8f4b2d1700aa6ace7bea3d273;hb=3f39516bb679132456f28c31f962e7539053cd57;hp=a5b59b2d709b2aa48d88a4573167caf73ec505df;hpb=58d554d481fe3bef764040be061bd13aeebb15ef;p=dead%2Fwhatever-dl.git diff --git a/src/websites/motherless.rb b/src/websites/motherless.rb index a5b59b2..c6095a0 100644 --- a/src/websites/motherless.rb +++ b/src/websites/motherless.rb @@ -41,7 +41,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=(.*?\.flv)&/i + video_url_regex = /\'file\', \'(http.*?\.flv)\'/i matches = video_url_regex.match(page_data) if matches.nil?