ximarx / vlc-shares

Automatically exported from code.google.com/p/vlc-shares
0 stars 1 forks source link

Preg_match_all PageParser returns zero links #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable debugging all 
2. Browse YouPorn Plugin
3. Result "Nothing to see here"

What is the expected output? What do you see instead?
I have changed line 10 in X/PageParser/Parser/YouPorn.php to the below and it 
now returns the thumbnails but an invalid link is returned.

const PATTERN_VIDEOS = '%<a href="/watch/(?P<id>[0-9]+)/[^\"]+">.*?<img 
src="(?P<thumbnail>[^\"]+?") alt="(?P<label>[^\"]+?")%si';
I probably missed the mark here but this does return some data :)

What version of the vlc-shares are you using?
Trunk Updated to revision 680

On what operating system?
Debian Sid

What version of VLC are you using?
ii  vlc 1:1.1.13-0.0 

What guide/tutorial did you follow to install vlc-shares? (only if your
problem is installation-related)

Please provide any additional information below, attaching a debug log file

Original issue reported on code.google.com by Mikeo...@gmail.com on 7 Feb 2012 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by ximarx@gmail.com on 8 Feb 2012 at 8:56

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r681.

Original comment by ximarx@gmail.com on 8 Feb 2012 at 11:28