mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
New: Added FileSharingTalk indexer.
Fixed Atom DateTime parsing bug.
This commit is contained in:
parent
82ddd34483
commit
c5367624ea
14 changed files with 1576 additions and 16 deletions
|
@ -31,6 +31,8 @@ namespace NzbDrone.Core.Test
|
|||
[TestCase("newzbin.xml")]
|
||||
[TestCase("nzbmatrix.xml")]
|
||||
[TestCase("newznab.xml")]
|
||||
[TestCase("wombles.xml")]
|
||||
[TestCase("filesharingtalk.xml")]
|
||||
public void parse_feed_xml(string fileName)
|
||||
{
|
||||
Mocker.GetMock<HttpProvider>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue