Woke up to see a discussion about torrentio scraping: powered by community
Was a little inspired. Now we have a database (self populating) of imdb id's - why shouldn't we actually have the ability to scrape any other instance of torrentio, or knightcrawler? Also restructured the producer to be vertically sliced to make it easier to work with Too much flicking back and forth between Jobs and Crawlers when configuring
This commit is contained in:
7
src/producer/Features/JobSupport/Literals.cs
Normal file
7
src/producer/Features/JobSupport/Literals.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Producer.Features.JobSupport;
|
||||
|
||||
public static class Literals
|
||||
{
|
||||
public const string CrawlersJobs = "CrawlersJobs";
|
||||
public const string PublishingJobs = "PublishingJobs";
|
||||
}
|
||||
Reference in New Issue
Block a user