XBMC Community Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31


RE: Video Devil plugin status? - dquaid - 2012-04-21 11:15

keezmovies is broken because the video_url is obfuscated any idea how to get the url of the real video
url now looks like video_url=tQB4sKN4kk%2FWcOk1q0YLsu3GcgVlW%2BkbnSJ%2Bvo4CKalKHvZwWXpH%2BB1YF4xe7r​FYpeL9yGzLjJdSmwsb%2BQP4iEDLqkblsLyFSibUcT%2FQeqRg4lvkqs%2B%2BX5ZnMTvMPgPtvOpn0i​puUQ0nwAyYuAU8mgb3SSOaDrxqch%2BlAreIRj43bj1yue472uHFFHzDk1o1tG%2BIm6jps%2BNCGLTF​omqMqNthkwPXqOWD%2B4kl

instead of

http://cdn1.public.keezmovies.phncdn.com/201002/09/466082/240P_385K_466082.mp4?sr=3375&int=614400b&nvb=20120421080643&nva=20120421100643&hash=06725c7258c929d2d8810

pm me if you know


RE: Video Devil plugin status? - tiben20 - 2012-04-22 01:54

I looked a bit at keezmovies and like many other site they are getting really hard to fix
made one in 3 minutes but like every other i didn't test it. If you test it and its not working just let me know.
catcher
Code:
title=maxporn.com
target=med":"([^"]+)"
url=%s
quality=standard
Code:
########################################################
# Maxporn VideoPortal
########################################################
start=http://www.maxporn.com/maxporn.html
catcher=maxporn.com
########################################################
# Videos
########################################################
item_infos=href="(/maxporn/\d[^"]+)".title="([^"]+)".+?url\(([^\)]+)\).+?<span>(\d{1,2}:\d{1,2})</span>
item_order=url|title|icon|title.append
item_info_name=title.append
item_info_build= (%s)
item_info_name=type
item_info_build=video
item_url_build=http://www.maxporn.com%s
########################################################
# Categories
########################################################
item_infos=href="(/maxporn[^"]+)">([^<]+)<span>\(\d{1,4}\)
item_order=url|title
item_skill=directory
item_info_name=title
item_info_build=video.devil.locale|30100
item_info_name=icon
item_info_build=video.devil.image|face_devil_grin.png
item_url_build=http://www.maxporn.com%s
########################################################
# Next
########################################################
item_infos=href="([^"]+)" class="next"
item_order=url
item_skill=space|lock
item_info_name=title
item_info_build=video.devil.locale|30103
item_info_name=icon
item_info_build=video.devil.image|next.png
item_url_build=http://www.maxporn.com/%s



RE: Video Devil plugin status? - dquaid - 2012-04-22 05:00

It's better if you file at bug http://code.google.com/p/xbmc-adult/issues/list with all the details to get a site included, it is easier to follow up. Also only submit quality sites. Sites with only short videos (less than 15mn) are not worth it. maxporn looks fine

Keez was good, I guess we'll need to remove it.


RE: Video Devil plugin status? - Phobos666 - 2012-04-22 18:09

Is there any way you could support http://www.eroprofile.com/?
The videos are under http://www.eroprofile.com/m/videos/home


RE: Video Devil plugin status? - tiben20 - 2012-04-23 05:07

(2012-04-22 18:09)Phobos666 Wrote:  Is there any way you could support http://www.eroprofile.com/?
The videos are under http://www.eroprofile.com/m/videos/home

Yeah a site can be done if the video url can be retrieved and this is a easy one.
Code:
file:'([^']+)'
But the question is. The site is really worth it?


RE: Video Devil plugin status? - tiben20 - 2012-04-23 05:12

(2012-04-22 05:00)dquaid Wrote:  It's better if you file at bug http://code.google.com/p/xbmc-adult/issues/list with all the details to get a site included, it is easier to follow up. Also only submit quality sites. Sites with only short videos (less than 15mn) are not worth it. maxporn looks fine

Keez was good, I guess we'll need to remove it.
It would be a good thing if someone could update the not working site more often. Bootsy is not online really often


RE: Video Devil plugin status? - br33d - 2012-05-16 17:56

I modded the Motherless add-on to show all categories and videos instead of just the most recent. If anyone is interested, let me know and Ill submit it to the repo or post a link.


RE: Video Devil plugin status? - htofta - 2012-05-16 19:30

(2012-05-16 17:56)br33d Wrote:  I modded the Motherless add-on to show all categories and videos instead of just the most recent. If anyone is interested, let me know and Ill submit it to the repo or post a link.

Yes please I'm interested


RE: Video Devil plugin status? - br33d - 2012-05-17 07:58

(2012-05-16 19:30)htofta Wrote:  
(2012-05-16 17:56)br33d Wrote:  I modded the Motherless add-on to show all categories and videos instead of just the most recent. If anyone is interested, let me know and Ill submit it to the repo or post a link.

Yes please I'm interested

I PM'd you the link to the files.


RE: Video Devil plugin status? - dquaid - 2012-05-18 16:34

submit it to the repo it will be a good improvement