giavoni / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

Download from ARTE fail => patch provided #392

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You need to change the regexp line 1056 to match additional spaces:
At the end, add [\s|\t]* or simply \s? which works well.

- if($browser->content =~ /<video lang="$lang" ref="(.*)"\/>/) {
+ if($browser->content =~ /<video lang="$lang" ref="(.*)"\s?\/>/) {

-- 
Sir Hill

Original issue reported on code.google.com by zenzr...@gmail.com on 3 Jun 2012 at 12:49

GoogleCodeExporter commented 9 years ago
Applied. Thanks. In future please provide a test URL.

Original comment by zakflash...@gmail.com on 20 Jun 2012 at 8:08