- flobbes - 2012-01-20 07:24
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.
- PetSue - 2012-01-20 08:11
Thanks flobbes, sent you a PM as still having issues unfortunately
Webcam portal (Flash) possible? - Toontje - 2012-01-28 01:16
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.
- Mordred - 2012-02-26 05:54
Can someone add the updated AdultDVDEmpire scraper that I've been working on to the repo?
http://www.mediafire.com/?uzllagm199l7ud6
- dquaid - 2012-02-26 16:07
fixed
Thanks!
Working on Yuvutu - DarkSide79 - 2012-02-27 13:50
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
More work - DarkSide79 - 2012-02-27 15:13
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
- Mordred - 2012-02-28 07:01
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
- dquaid - 2012-02-28 11:47
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
- Karl Smart - 2012-02-28 22:10
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 
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="<url>http://www.\1</url>" dest="3">
<expression noclean="1">(adultdvdempire.com/\d+/\S+)</expression>
</RegExp>
</NfoUrl>
and Xonair:
Code:
<NfoUrl dest="3">
<RegExp input="$$1" output="<url>http://www.\1</url>" dest="3">
<expression noclean="1">(xonair.com/detail.cfm\?\S+)</expression>
</RegExp>
</NfoUrl>
Thanks
|