[RELEASE] New XBMC Adult 18+ Add-on Repository

  Thread Rating:
  • 4 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
flobbes Offline
Senior Member
Posts: 140
Joined: Mar 2009
Reputation: 0
Post: #71
Maybe there is a problem when xbmc parses the filenames. (You could try entering the names by hand during scraping).

I just tested both movies and both work fine.
find quote
PetSue Offline
Member
Posts: 92
Joined: Jul 2011
Reputation: 0
Location: Home
Post: #72
Thanks flobbes, sent you a PM as still having issues unfortunately Sad
find quote
Toontje Offline
Junior Member
Posts: 15
Joined: Dec 2011
Reputation: 0
Question  Webcam portal (Flash) possible? Post: #73
Is it possible to create a plug-in that shows live flash streams? I was thinking about portals like cam4.com and similar, but i don't know if that is actually possible in XBMC.
find quote
Mordred Offline
Junior Member
Posts: 33
Joined: May 2011
Reputation: 0
Post: #74
Can someone add the updated AdultDVDEmpire scraper that I've been working on to the repo?

http://www.mediafire.com/?uzllagm199l7ud6
(This post was last modified: 2012-02-26 06:55 by Mordred.)
find quote
dquaid Offline
Junior Member
Posts: 32
Joined: Feb 2012
Reputation: 0
Post: #75
fixed
Thanks!
find quote
DarkSide79 Offline
Junior Member
Posts: 14
Joined: Feb 2012
Reputation: 0
Post: #76
yuvutu.com.cfg
Code:
########################################################
# Yuvutu VideoPortal
########################################################
start=http://www.yuvutu.com/modules.php?name=Video&proceed=yes&setgender=F
catcher=yuvutu.com
header=Cookie|gndr=F
########################################################
# Videos
########################################################
item_infos=<a href="([^"]+)"><img id="thumb_[^"]+" class="vidpreview" src="(.+?jpg)" width=.+?div style='[^']+'>[\t]+([^<]+)
item_order=url|icon|title
item_info_name=title
item_info_build=(%s)
item_info_name=type
item_info_build=video
item_url_build=%s
########################################################
# Categories
########################################################
item_infos="modules.php\?name=Video&op=videos(&list=[^"]+)">([^<]+)
item_order=url|title
item_skill=rss
item_url_build=%s

Problems in catcher, need add ?start=0 to the end of url

Code:
title=yuvutu.com
target='file': '([^']+)'
data=url=%s?start=0
extension=mp4
quality=standard

sorry for my bad English
find quote
DarkSide79 Offline
Junior Member
Posts: 14
Joined: Feb 2012
Reputation: 0
Post: #77
yuvutu.com.cfg
Code:
########################################################
# Yuvutu VideoPortal
########################################################
start=http://www.yuvutu.com/modules.php?name=Video&proceed=yes&setgender=F
catcher=yuvutu.com
header=Cookie|gndr=F
########################################################
# Videos
########################################################
item_infos=<a href="[^"]+"><img id="thumb_([^"])+" class="vidpreview" src="(.+?jpg)" width=.+?div style='[^']+'>[\t]+([^<]+)
item_order=url|icon|title
item_info_name=title
item_info_build=%s
item_info_name=type
item_info_build=video
item_url_build=http://www.yuvutu.com/modules.php?name=Video&op=view&video_id=%s
########################################################
# Categories
########################################################
item_infos="modules.php\?name=Video&op=videos(&list=[^"]+)">([^<]+)
item_order=url|title
item_skill=rss
item_url_build=http://www.yuvutu.com/modules.php?name=Video&proceed=yes&setgender=F%s
########################################################
# Next
########################################################
item_infos=[\s]+[0-9]+[\s]+<a href="[^"]+page=([\d]+)[^"]+">
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.yuvutu.com/modules.php?name=Video&proceed=yes&setgender=F&list=most_recent&page=%s

Problems in catcher, need add ?start=0 to the end of url

Code:
title=yuvutu.com
target='file': '([^']+)'
url=%s\?start=0
extension=mp4
quality=standard
find quote
Mordred Offline
Junior Member
Posts: 33
Joined: May 2011
Reputation: 0
Post: #78
dquaid Wrote:fixed
Thanks!
Thanks for adding that to the repo dquaid. Is there anyway I could get added to the repo so I can manually make changes to this in the future (and potentially others)? I actually changed something else to increase the number of search results yesterday, so the repo is back out of sync with me again Smile
find quote
dquaid Offline
Junior Member
Posts: 32
Joined: Feb 2012
Reputation: 0
Post: #79
DarkSide79 Wrote:yuvutu.com.cfg
Code:
########################################################
# Yuvutu VideoPortal
########################################################
start=http://www.yuvutu.com/modules.php?name=Video&proceed=yes&setgender=F
catcher=yuvutu.com
header=Cookie|gndr=F
########################################################
# Videos
########################################################
item_infos=<a href="[^"]+"><img id="thumb_([^"])+" class="vidpreview" src="(.+?jpg)" width=.+?div style='[^']+'>[\t]+([^<]+)
item_order=url|icon|title
item_info_name=title
item_info_build=%s
item_info_name=type
item_info_build=video
item_url_build=http://www.yuvutu.com/modules.php?name=Video&op=view&video_id=%s
########################################################
# Categories
########################################################
item_infos="modules.php\?name=Video&op=videos(&list=[^"]+)">([^<]+)
item_order=url|title
item_skill=rss
item_url_build=http://www.yuvutu.com/modules.php?name=Video&proceed=yes&setgender=F%s
########################################################
# Next
########################################################
item_infos=[\s]+[0-9]+[\s]+<a href="[^"]+page=([\d]+)[^"]+">
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.yuvutu.com/modules.php?name=Video&proceed=yes&setgender=F&list=most_recent&page=%s

Problems in catcher, need add ?start=0 to the end of url

Code:
title=yuvutu.com
target='file': '([^']+)'
url=%s\?start=0
extension=mp4
quality=standard
This does not work for me
find quote
Karl Smart Offline
Junior Member
Posts: 2
Joined: Feb 2012
Reputation: 0
Post: #80
Mordred Wrote:Thanks for adding that to the repo dquaid. Is there anyway I could get added to the repo so I can manually make changes to this in the future (and potentially others)? I actually changed something else to increase the number of search results yesterday, so the repo is back out of sync with me again Smile
Sorry to barge in here. I actually made a couple of fixes for the nfourl regexp for adultdvdempire and xonair scrapers (both were broken). Would be nice if they found their way to the repo too.
Here they are

Adultdvdempire:
Code:
<NfoUrl dest="3">
    <RegExp input="$$1" output="&lt;url&gt;http://www.\1&lt;/url&gt;" dest="3">
        <expression noclean="1">(adultdvdempire.com/\d+/\S+)</expression>
    </RegExp>
</NfoUrl>

and Xonair:
Code:
<NfoUrl dest="3">
    <RegExp input="$$1" output="&lt;url&gt;http://www.\1&lt;/url&gt;" dest="3">
        <expression noclean="1">(xonair.com/detail.cfm\?\S+)</expression>
    </RegExp>
</NfoUrl>

Thanks
find quote
Post Reply