![]() |
|
Video Devil plugin status? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: Video Devil plugin status? (/showthread.php?tid=58892) |
- KingsCross - 2011-09-12 03:33 Anyone know how to get the tube8 'next' option to work again please? - guitardood - 2011-10-11 15:27 Folks, THanks for your contributions and especially to MaxMustermann for the tutorial. Here's my contribution to fix 'pornoxo'. You need to change line 31 in catcher.list to the following: Quote:target='file': "([^"]+)" guitardood - Set845 - 2011-10-11 16:48 Awesome, I've been missing that one. Thanks very much! - Hammerer - 2011-10-27 22:06 Xhamster has gone again, of course after fixing pornoxo.. Tiben, think you fixed it last time.. any ideas? - dmarook - 2011-12-28 02:14 Is anyone working on this plug-in or has it died? - johnneeblaz - 2011-12-29 23:49 lol thanks!!! - tiben20 - 2012-01-01 00:01 Hammerer Wrote:Xhamster has gone again, of course after fixing pornoxo.. Code: item_infos=<a href="(/movies[^"]+\.html)".+?img src='([^']+)'.+?alt="([^"]+)".+?Runtime:.+?(\d{1,2}m\d{1,2}s)<![]() but unfortunately its impossible to fix the problem for catching the flv - dallasnights - 2012-01-01 01:13 Where do you put that code you just mentioned Please let us know Thanks - Set845 - 2012-01-01 04:32 dallasnights Wrote:Where do you put that code you just mentioned I believe he replaced the top line of the videos section of the xhamster.com.cfg file in the XBMC/addons/plugin.video.videodevil/resources folder. He can't however catch the flash video. - tiben20 - 2012-01-01 05:14 i hope someone one day make something usable in python which make the extraction of a flv video easy from a webpage. If you use bitcomet under windows it can detect the video url in runtime. |