Closed GoogleCodeExporter closed 9 years ago
Additional information. Here are the video url's specified:
After november 2008:
xgstvplayer('http://flv.dumpert.nl/58301348_denhaagvandaag.mp4',
'http://flv.dumpert.nl/58301348_denhaagvandaag.mp4.flv', '720x406', '480x272',
1);
Before:
gstvplayer('306911', 'http://flv.dumpert.nl/4f65fd04_making_of.mov.flv', 480,
272);
Original comment by k.schasf...@gmail.com
on 1 Apr 2010 at 1:07
We should be able to get all matches from the regex. But it should not be m0
and m1
as playback options, rather:
2 matches: each having the m0, m1, ... the match also needs some identifying
string
for the name of the playbackoption, so the gui can show something like:
1 720x406
2 480x272
behind each choice hiding the url you mentioned above.
Original comment by bborgsd...@gmail.com
on 1 Apr 2010 at 1:51
I don't get it.. Could you give me the regex for getting the video?
Original comment by k.schasf...@gmail.com
on 1 Apr 2010 at 2:00
I changed it to this:
(?<m0>http://flv.dumpert.nl/[^']+)
Now it works at least with all the video's. But I still can't choose one of the
2..
Original comment by k.schasf...@gmail.com
on 1 Apr 2010 at 2:05
Added with commit 534. Will be availbale for all users with release 0.20
Original comment by bborgsd...@gmail.com
on 4 Apr 2010 at 4:02
Original issue reported on code.google.com by
k.schasf...@gmail.com
on 1 Apr 2010 at 1:05