bakerboy448
40ecdbc12d
New: Support for new Nyaa RSS Feed format
...
Closes #4614
2022-04-05 17:10:26 -07:00
justin vanderhooft
f6fbd3cfee
New: Import from Plex Watchlist
2021-10-01 13:35:59 -07:00
Taloth Saldono
20a6284062
New: Added FileList.io indexer support
2020-10-03 17:09:38 +02:00
Taloth Saldono
776191b3bd
Improved error message when nzb download contains an newznab error instead
2020-04-17 00:14:05 +02:00
Taloth Saldono
1d339ad4f1
Belated removal of bitmetv and cleanup of usenet-crawler.
2020-03-01 22:16:00 +01:00
Mark McDowall
ae2a97763d
New: Validate NZBs before sending to download client
...
Closes #263
2017-11-21 19:00:25 -08:00
Mark McDowall
b8001943b4
Fixed: Size parsing of empty description from torrent RSS feeds
2017-08-14 18:01:56 -07:00
Taloth Saldono
4fbc481780
Fixed: Processing of mixed newznab/torznab api such as the experimental animetosho api.
...
Ref #1384
2017-05-21 21:10:54 +02:00
Mark McDowall
9b162f2d5e
Fixed: Clean RSS feed before detecting type
...
Fixes #1518
2017-02-27 21:37:00 -08:00
Taloth Saldono
2855090005
Fixed: Removed Womble indexer.
2017-02-21 17:03:10 +01:00
Mark McDowall
4043d07ab1
Verify LimeTorrents parsing
2017-02-15 22:30:03 -08:00
Taloth Saldono
47b1157b96
Fixed: Permanently removed kickass rss/api implementation.
2017-02-15 21:32:21 +01:00
Keivan Beigi
e0ff25d5be
New: switched nyaa to HTTPS
2017-01-03 18:37:46 -08:00
Björn Dahlgren
17f6841426
Fixed: Updated HDBits api to api changes.
...
Closes #1448
2016-09-03 11:18:19 +02:00
Taloth Saldono
2b1c97ffa4
Fixed: AnimoTosho RSS feed size parsing.
...
Also added handling for multiple enclosure elements.
ref #1384
2016-08-04 19:36:13 +02:00
Taloth Saldono
bb9a0371c5
Added TorrentRss test for ExtraTorrents, no other changes.
2016-02-25 19:18:46 +01:00
Taloth Saldono
3b57194d47
Fixed: Parses size in Wombles Description field so min/maxsize checks works on Wombles feed.
2016-02-17 23:22:22 +01:00
Taloth Saldono
9ad8311dd6
New: Use PageSize reported by newznab/torznab caps instead of hardcoded 100.
...
ref Jackett/Jackett#27
2016-02-17 21:23:27 +01:00
Taloth Saldono
f96f997506
Fixed: Handling xml responses containing invalid html entities.
...
fixes #1123
2016-02-05 20:08:54 +01:00
Mark McDowall
7921dd3f96
Fixed: Removed Titans of TV tracker
...
Closes #992
2015-12-17 00:46:02 -08:00
Taloth Saldono
6585aed0a9
Removed doctype from ezrss test.
2015-10-09 23:16:07 +02:00
Taloth Saldono
d6bfa561ad
mono and .net handle Uri escapes differently messing up the tests.
2015-08-16 00:17:55 +02:00
Taloth Saldono
211863d55d
Fixed: Indexers returning relative urls for grabs.
2015-08-15 13:36:40 +02:00
Mark McDowall
58b01b91d5
New: Titans of TV tracker
2015-07-24 21:45:09 +02:00
Taloth Saldono
c02d6c426c
Fixed: TorrentRssParser incorrectly detected description element.
2015-07-03 21:21:49 +02:00
Taloth Saldono
c9d0bc7148
Fixed: Removed Eztv-like api support entirely since TorrentRss is now available.
2015-06-28 18:09:37 +02:00
Mark McDowall
a9ada8fcf1
Cleanup tabs
2015-06-21 22:56:00 -07:00
Taloth Saldono
569ef09f39
Updated Rarbg to api v2.
...
fixes #752
ref rarbg/torrentapi#1
2015-06-16 21:38:52 +02:00
Taloth Saldono
ccff4fe142
Fixed: Size Parsing in TorrentRss was a bit too tolerant.
...
fixes #590
2015-06-04 21:08:44 +02:00
Taloth Saldono
39aef8bed5
Merge branch 'torrentrss' into develop
2015-05-27 08:03:04 +02:00
Taloth Saldono
ba2da07c2f
Added tests and refactored TorrentRss code.
2015-05-26 19:42:22 +02:00
Michel Zehnder
9d7522cc15
New: Add generic TorrentRssIndexer support.
...
Add support for generic RSS feeds. Parses the feed and tests if it is
EZTV compatible, or if it has all required fields for the generic
TorrentRssParser
2015-05-25 22:49:58 +02:00
Taloth Saldono
6744e0d506
New: Added support for Rarbg as replacement for Eztv.
2015-05-25 14:28:32 +02:00
scherzo
3ae2883eb5
New: Add support for the HDBits torrent tracker.
...
The indexer implementation borrows heavily from the BroadcastTheNet
implementation as HDBits also provides a JSON API that can be used
to query both the recent torrents and the catalog.
2015-05-25 00:00:50 +02:00
Mark McDowall
10214bff42
Cleanse some names
2015-04-22 07:52:07 -07:00
Mark McDowall
65f1dbde00
Fixed: Torznab parsing when enclosure is magent link
2015-04-19 13:13:14 -07:00
Taloth Saldono
c7470a426a
New: Added Torznab as generic indexer.
2015-03-16 23:42:22 +01:00
Keivan Beigi
c8993db2ad
Fix: Remove invalid metadata images
2015-01-02 10:58:20 -08:00
MythJuha
67cd5703a1
New: Implemented Torrent Download Clients: uTorrent, Transmission and Deluge. And several public and private Torrent Indexers.
2014-11-19 21:47:10 +01:00
Taloth Saldono
5e62c2335f
Fixed: Refactored the Indexer architecture to support non-rss indexers.
2014-09-27 21:57:35 +02:00
Keivan Beigi
2c1d3339d0
HttpClient
2014-09-11 16:49:41 -07:00
Mark McDowall
d6adf2ebaf
Added TestArchive.tar.gz
2014-03-09 01:44:57 -08:00
Mark McDowall
77b83b521e
Validation, settings UI cleanup and different settings models, oh my
...
New: Download client UI matches other settings
Fixed: Prevent drone factory folder from being set to invalid paths/root path for series
Fixed: Switching pages in settings will not hide changes
Fixed: Test download clients
Fixed: Settings are validated before saving
2014-02-16 23:01:36 -08:00
Mark McDowall
606d78f5e1
Download clients now use thingy provider
2014-02-16 23:01:36 -08:00
Mark McDowall
5bf0e197ec
Moved source code under src folder - massive change
2013-10-02 18:01:32 -07:00