@SergeGardien wrote:
As per post https://discuss.flexget.com/t/ssl-error-certificate-verify-failed/3719/1, I'm trying to download some magazines by using an RSS and sending the URLs to JDownloader.
The "job-chain" is the following:
RSS URLs => parse/scrape single RSS URL to obtain File Hosting URLs => DownloadRight now I have this working:
RSS URLs [Done by FlexGet] => parse/scrape single RSS URL to obtain File Hosting URLs [Done by JDownloader] => Download [Done by JDownloader]For sites like Avax Home it works without problem because JDownloader have an internal parser/web-scraper for such website, but that is not true of other websites (e.g., https://downmagaz.com/), hence I need to parse/scrape the single URL (taken from the RSS) inside FlexGet.
Someone resorted to use pyLoad (instead of JDownloader) because it has a FlexGet plugin with an incorporated parser for the file-hosting URLs (check https://flexget.com/Plugins/pyload#hosters-and-url-parsing and https://discuss.flexget.com/t/how-to-input-multiple-urls-to-be-parsed-by-html-plugin/2661/1).
Someone else instead have created an "URL Rewriter" to do such job (check https://discuss.flexget.com/t/follow-links-in-rss-feed/3529/1 and https://www.flexget.com/Plugins/rmz).
Ideally I would use pyLoad but it doesn't support some file-hosters I need, hence I need to rely on JDownloader.
I guess I could do the job with the HTML plugin (https://flexget.com/Plugins/html) but I haven't been able. I guess because I cannot use 2 "input" tasks one-next-to-the-other, i.e., "rss" first and "html" next.
What do you think? How should I solve this problem?
Any advice is very much appreciated
Posts: 2
Participants: 2