This document provides summaries of several FlexGet recipes for general purposes: generating download RSS feeds for other clients; downloading Heroes comics using advanced text parsing; passing entry fields to a MySQL database to track processed entries and for later archival; pushing complete notification bodies to Pushbullet for series with episode details; downloading search results from The Pirate Bay using proxies and handling magnet links; and filtering an RSS feed to download entries to different folders.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views1 page
General Purpose Recipes
This document provides summaries of several FlexGet recipes for general purposes: generating download RSS feeds for other clients; downloading Heroes comics using advanced text parsing; passing entry fields to a MySQL database to track processed entries and for later archival; pushing complete notification bodies to Pushbullet for series with episode details; downloading search results from The Pirate Bay using proxies and handling magnet links; and filtering an RSS feed to download entries to different folders.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
5/19/2020 FlexGet
General purpose recipes
Generate download RSS for other clients (/Cookbook/MakeRssForDownload): Useful for clients that do not support watch directories or if downloading is meant to happen in somewhere else than where FlexGet is running. Download Heroes comics (/Cookbook/HeroesComics): Uses advanced text parsing. Pass entry elds to MySQL database (/Cookbook/mysql_input): Nice to keep track of what you have processed and later archival purposes. Basic tutorial, contains SQL syntax only. Pushbullet complete body (/Cookbook/pushbullet-complete-body): Pushbullet example con guration for series with episode name, formatted date etc. Download results of a search on the pirate bay (/Cookbook/thepiratebay): This supports proxies and works around some issues with magnet links. Filter RSS Feed to different folders (/Cookbook/Filter-RSS-Feed): Created to download all entries in a bookmark feed.