Commit Graph

13 Commits

Author SHA1 Message Date
Diego Heras 06449160b6
torrentbytes: add imdb search (#7930) #4859 2020-03-30 09:43:37 +13:00
Cory 7aac4fcfcb
TorrentBytes: fix title bug (#7529) resolves #7527 2020-03-07 07:35:10 +13:00
Garfield69 a9d3ae0107 torrentbytes: fix possible parse error caused by #7388 2020-03-02 20:49:59 +13:00
Diego Heras d22ef13fb2
Convert TorrentBytes to AngleSharp (#7388) 2020-03-01 09:29:35 +13:00
Cory 889a8da4e5
Convert functions and properties to expression bodies when able (#7312)
Convert functions and properties to expression bodies when able
2020-02-25 10:08:03 -06:00
Cory c12da520a4
Run dotnet format on solution (#7145) 2020-02-09 15:35:16 +13:00
Jonas Stendahl cf1f70d581 TorrentBytes: Remove trailing whitespace (#6663) 2019-12-23 06:58:01 +13:00
Jonas Stendahl fb1e24799d TorrentBytes: Don't use truncated release names (#3168) 2018-05-29 12:24:13 +02:00
kaso17 27d4ab3967 TorrentBytes: support hidden userbars 2018-05-18 18:10:32 +02: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
Indrek Ardel 8f0c5e478e Update TorrentBytes category mappings (#2424)
* Update TorrentBytes category mappings

* Fix a typo
2018-01-15 08:47:21 +13:00
Tadeo Kondrak 26258f2768 TorrentBytes is now a private tracker (#2301) 2017-12-18 08:26:35 +13: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/TorrentBytes.cs (Browse further)