2013-11-07, 16:59
I've been having quite a bit of trouble trying to get this to scrape Freecable plugin. I have no problems with Hulu, but after spending a LOT of time (and frustration), I just can't get it to scrape freecable. I've checked my config.xml and it seems fine. Based on the log, it see's the strm's but will not save them.
Any help is really appreciated. Example:
<!-- All full episodes over 20 minutes long for a subset of the Nickelodeon network shows -->
<subfolder name="Nickelodeon" type="episodes" >
<filter>
<!-- Only look for shows that are in a path that contains the words "Full Episodes" -->
<contains>Full Episodes</contains>
<!-- In addition to the above filter, only get shows that are greater than (GT) 20 minutes long (1200 seconds) -->
<runtime>GT|1200</runtime>
<!-- List all of the shows delimited by double pipes that should be captured -->
<contains>Deadtime Stories || The Fairly Oddparents || Rabbids Invasion</contains>
</filter>
Any help is really appreciated. Example:
<!-- All full episodes over 20 minutes long for a subset of the Nickelodeon network shows -->
<subfolder name="Nickelodeon" type="episodes" >
<filter>
<!-- Only look for shows that are in a path that contains the words "Full Episodes" -->
<contains>Full Episodes</contains>
<!-- In addition to the above filter, only get shows that are greater than (GT) 20 minutes long (1200 seconds) -->
<runtime>GT|1200</runtime>
<!-- List all of the shows delimited by double pipes that should be captured -->
<contains>Deadtime Stories || The Fairly Oddparents || Rabbids Invasion</contains>
</filter>