Commit Graph

12 Commits

Author SHA1 Message Date
Justin Kromlinger a92e0bef37 Update TorrentSyndikat indexer (#4042)
* TorrentSyndikat: Fix cat id retrieval
* TorrentSyndikat: Add ability to read file count, fix size retrieval
2018-10-21 07:46:27 +13:00
hashworks 005539d30d Updated categories for TorrentSyndikat (#3758)
* Updated categories

A lot of categories got dropped, also there are some new categories.
Additionally I updated the namings.

* Fix TV series category names
2018-09-06 04:00:05 +12:00
kaso17 57fc97dff7 TorrentSyndikat: update categories 2018-03-25 17:14:27 +02:00
kaso17 55ee2148e1 TorrentSyndikat: fix daylight saving time 2018-03-25 17:03:10 +02:00
kaso17 65b008b75a TorrentSyndikat: fix time parsing 2018-03-25 16:55:39 +02:00
Fippsy dc8d1698f0 torrentsyndikat: Fix for Issue #2788 Exception (torrentsyndikat): String was not recognized as a valid TimeSpan.: Parse error (Test) (#2795) 2018-03-25 14:51:53 +00:00
kaso17 792d2a433f TorrentSyndikat: fix parse error 2018-03-22 20:10:15 +01:00
kaso17 0e3baba110 TorrentSyndikat: avoid double slash in comments URL 2018-03-10 19:09:00 +01:00
flightlevel 3e5e48c3a0
Change namespace to Jackett.Common (#2691)
Really hope I don't break anything with this
Went to have a go at .NET core and it just became too confusing for me with 'Jackett' namespace referring to both Jackett.Common and Jackett
2018-03-10 19:05:56 +11:00
kaso17 01dec12909 TorrentSyndikat: fix (re)login issue 2017-11-17 15:01:25 +01:00
ZackEndboss b1d55fdf00 Update TorrentSyndikat.cs (#2128)
Add imdb support
2017-11-13 19:42:25 +11:00
Nathan Holland 571c52a0f2 Feature/netcore preparation (#2072)
* Use platform detection that works on mono 4.6+

* Move to use package reference for restoring nuget packages.

* DateTimeRoutines does not have Nuget packages that support .NET Standard (and therefore .NET Core). We will have to include them for now until we can get rid of this dependency.

* Start spliting some interfaces into their own files - this will help by allowing us to split them out in the future into a seperate project so the actual implementations can stay within their respective architectures when required

* Move out common libraries

* Few more tidy up tasks to get things working with .NET Standard

* Restructure the solution layout

* Encoding work to reduce rework later on platforms without Windows codepages (or require compliance with RFC1345)

* Move folder structure around to have more natural layout of the solutions

* DI server configuration to get rid of "temporary" hack and dependency circle for serverservice

* Make all encoding consistent to match the expected encoding casing for earlier versions of mono.
2017-11-05 20:42:03 +11:00
Renamed from src/Jackett/Indexers/TorrentSyndikat.cs (Browse further)