Video Devil plugin status?

  Thread Rating:
  • 3 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dquaid Offline
Junior Member
Posts: 32
Joined: Feb 2012
Reputation: 0
Post: #251
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...929d2d8810

pm me if you know
find quote
tiben20 Offline
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
Post: #252
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
(This post was last modified: 2012-04-22 01:56 by tiben20.)
find quote
dquaid Offline
Junior Member
Posts: 32
Joined: Feb 2012
Reputation: 0
Post: #253
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.
(This post was last modified: 2012-04-22 05:02 by dquaid.)
find quote
Phobos666 Offline
Junior Member
Posts: 6
Joined: Jan 2010
Reputation: 0
Post: #254
Is there any way you could support http://www.eroprofile.com/?
The videos are under http://www.eroprofile.com/m/videos/home
find quote
tiben20 Offline
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
Post: #255
(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?
(This post was last modified: 2012-04-23 05:13 by tiben20.)
find quote
tiben20 Offline
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
Post: #256
(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
find quote
br33d Offline
Junior Member
Posts: 10
Joined: Nov 2009
Reputation: 0
Post: #257
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.
find quote
htofta Offline
Junior Member
Posts: 1
Joined: May 2012
Reputation: 0
Post: #258
(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
find quote
br33d Offline
Junior Member
Posts: 10
Joined: Nov 2009
Reputation: 0
Post: #259
(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.
find quote
dquaid Offline
Junior Member
Posts: 32
Joined: Feb 2012
Reputation: 0
Post: #260
submit it to the repo it will be a good improvement
find quote
Post Reply