I have been running btqueue on FreeBSD 4.10 using the 0.0.15 release for a while now and am impressed with its abilities. Many thanks to Sugree and the other developers.
I am atttempting to automate the acquisition of torrent files using RSS feeds. I have created tracker.xml and interest.xml in the .btqueue directory. When I run the command 'btqueue.py crawler' nothing appears in wait.xml or submitted.xml and nothing appears in the scheduler when I enter a 'list' command. I have checked the rss feed and the title should match on "Fear Factor"
I scanned the btqueue source code for clues (to the best of my python ability) but was not able to discern any helpful pointers. Has anyone had success with RSS feeds and the crawler? I include the relevent files below:
Hello All,
I have been running btqueue on FreeBSD 4.10 using the 0.0.15 release for a while now and am impressed with its abilities. Many thanks to Sugree and the other developers.
I am atttempting to automate the acquisition of torrent files using RSS feeds. I have created tracker.xml and interest.xml in the .btqueue directory. When I run the command 'btqueue.py crawler' nothing appears in wait.xml or submitted.xml and nothing appears in the scheduler when I enter a 'list' command. I have checked the rss feed and the title should match on "Fear Factor"
I scanned the btqueue source code for clues (to the best of my python ability) but was not able to discern any helpful pointers. Has anyone had success with RSS feeds and the crawler? I include the relevent files below:
tracker.xml
<TrackerList>
<Tracker url="http://www.btefnet.com/backend.php" filter="RSSFilter"></Tracker>
</TrackerList>
interest.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<InterestList>
<Interest attribute="title" mode="include">Fear</Interest>
</InterestList>
policy.conf
use_single_port=1
webservice_add=True
deny_acl=NONE
max_port=6999
max_seed_rate=10
min_share_ratio=20.0
allow_acl=ALL
debug_level=0
bind_ip=
webservice_pause=True
ignore_waiting_media=0
webservice_delete=True
max_download_rate=0
rerequest_interval=300
webservice_query=True
webservice_close=False
random_port=1
max_last_banned=20
default_socket_timeout=10
max_upload_rate=0
upnp_nat_access=1
webservice_id=bt
ipv6_binds_v4=0
max_initiate=40
webservice_ip=127.0.0.1
max_run_job=20
scheduling_interval=30
min_peer=20
max_peer=90
webservice_resume=True
report_ip=
min_port=6881
dest_path=/da1/scratch
webservice_queue=True
webservice_version=True
torrent_path=/home/btq/torrent
log_unknown_id=0
reassign_id=1
order_acl=allow,deny
webservice_port=19412
default_priority=5
Relevant RSS file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<title>Torrents.co.uk</title>
<link>http://www.torrents.co.uk/</link>
<description>Backend for www.torrents.co.uk</description>
<language>en-us</language>
<copyright>Copyright 2004, #BT EFnet</copyright>
<ttl>60</ttl>
<item>
<title>Stargate Atlantis 1x10 The Storm (HDTV-LOL)</title>
<pubDate>Mon, 20 Sep 2004 20:17:54 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/stargate.atlantis.110.hdtv-lol.[BT].torrent</link>
</item>
<item>
<title>Las Vegas 2x2 The Count of Montecito (HDTV-LOL)</title>
<pubDate>Mon, 20 Sep 2004 20:13:29 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/las.vegas.202.hdtv-lol.[BT].torrent</link>
</item>
<item>
<title>Everybody Loves Raymond 9x1 The Home (HDTV-LOL)</title>
<pubDate>Mon, 20 Sep 2004 20:13:15 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/everybody.loves.raymond.901.hdtv-lol.[BT].torrent</link>
</item>
<item>
<title>Listen Up 1x1 Pilot (HDTV-LOL)</title>
<pubDate>Mon, 20 Sep 2004 19:41:18 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/listen.up.101.hdtv-lol.[BT].torrent</link>
</item>
<item>
<title>CSI: Miami 3x1 Lost Son (VCD-TV)</title>
<pubDate>Mon, 20 Sep 2004 19:17:20 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/csim.s03e01.[BT].torrent</link>
</item>
<item>
<title>Fear Factor 5x4 (VCD-FFN)</title>
<pubDate>Mon, 20 Sep 2004 18:36:21 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/fear.factor.s05e04.vcd-ffn.[BT].torrent</link>
</item>
<item>
<title>North Shore 1x11 Alexandra (VCD-FFN)</title>
<pubDate>Mon, 20 Sep 2004 18:22:16 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/north.shore.s01e11.vcd-ffn.torrent</link>
</item>
<item>
<title>Law and Order SVU 6x1 Birthright (VCD-TV)</title>
<pubDate>Mon, 20 Sep 2004 17:25:31 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/lao.svu.s06e01-TV.[BT].torrent</link>
</item>
<item>
<title>LAX 1x2 Finnegan Again, Begin Again (VCD-TV)</title>
<pubDate>Mon, 20 Sep 2004 17:21:22 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/lax.s01e02.[BT].torrent</link>
</item>
<item>
<title>Alias 3x17+18 The Frame - Unveiled (DVDRip-FOV)</title>
<pubDate>Mon, 20 Sep 2004 08:58:28 -0700</pubDate>
<link>http://www.torrents.co.uk/torrents/Alias.3x17-18.WS_DVDRip_XviD-FoV.[BT].torrent</link>
</item>
</channel>
</rss>
----------
Thanks for any help or pointers.
Waermotian
sorry for very late reply. I will find the bug for you very soon. Anyway, if you are able to define regular expression, please try it on 0.0.17.