-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: added log to show total processing scraped results * Add Zilean scraper: untested - Spoked can test :D (#473) Zilean is a service that allows you to search for DebridMediaManager sourced arr-less content. When the service is started, it will automatically download and index all the DMM shared hashlists and index them using Lucene. The service provides a search endpoint that allows you to search for content using a query string, and returns a list of filenames and infohashes. There is no clean filtering applied to the search results, the idea behind this endpoint is Riven performs that using RTN. The DMM import reruns on missing pages every hour. Its written exclusively for Riven /~https://github.com/iPromKnight/zilean * feat: Zilean support * Update to include get_top_title() as well as Show (#475) * Update zilean.py Allow shows in zilean * Update zilean.py change title to get_top_title() * feat: update with new changes * feat: update with new changes * Jacket Fixes and anime show fixes (#466) * Fixed anime identification * Improved jackett accuracy * Typo * Rewrote some of trakt indexer added new class method to show that reindex values accross episodes and seasons. Fixed weird titles * fixed propagate * Removed debug * Removed year param, now determine manually as it gives more accurate results * Changed to show year instead of air year for each item * Added back in validation * Created a new function to grab the season year. Changed jackett matching to support it as well. * Typo * Fixed poetry lock hash --------- Co-authored-by: Joshua <joshazwanink14@gmail.com> Co-authored-by: Spoked <5782630+dreulavelle@users.noreply.github.com> * fix: sort imports * fix: revert jackett. plex watchlist rss feeds broken. --------- Co-authored-by: Spoked <Spoked@localhost> Co-authored-by: iPromKnight <156901906+iPromKnight@users.noreply.github.com> Co-authored-by: dextrous0z <139093885+dextrous0z@users.noreply.github.com> Co-authored-by: Joshua <joshazwanink14@gmail.com>
- Loading branch information
1 parent
fba45b1
commit a9b1ea9
Showing
24 changed files
with
653 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.7.4 | ||
0.7.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.