Skip to content

Instantly share code, notes, and snippets.

@wastrachan
Last active May 6, 2019 02:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wastrachan/cdadb1abcb0e0158d5a30b310b9e1915 to your computer and use it in GitHub Desktop.
Save wastrachan/cdadb1abcb0e0158d5a30b310b9e1915 to your computer and use it in GitHub Desktop.
F1 FlexGet Config
variables: variables.yml
schedules:
- tasks: '*'
interval:
minutes: 5
templates:
deluge:
deluge:
host: deluge
port: '{? deluge.port ?}'
username: '{? deluge.username ?}'
password: '{? deluge.password ?}'
action: add
path: /downloads
label: f1
ratio: 12.0
tasks:
formula1_races:
headers:
Cookie: 'uid={? racingforme.uid ?};idh={? racingforme.idh ?}'
rss:
# URL for F1 2019 Full Races (HD)
url: 'https://www.racingfor.me/rss/{? racingforme.uid ?}/{? racingforme.api ?}/{? racingforme.categories.f1_race_2019 ?}'
regexp:
accept:
- Formula1.*2019.*Channel4HD.*[1080|720].*English.*
- Formula1.*2019.*SkySportsF1.*[1080|720].*English.*
reject:
- analysis
- highlights
- buildup
from: title
template:
- deluge
formula1_qualifying:
headers:
Cookie: 'uid={? racingforme.uid ?};idh={? racingforme.idh ?}'
rss:
# URL for F1 2019 Qualifying (HD)
url: 'https://www.racingfor.me/rss/{? racingforme.uid ?}/{? racingforme.api ?}/{? racingforme.categories.f1_quali_2019 ?}'
regexp:
accept:
- Formula1.*2019.*Channel4HD.*[1080|720].*English.*
- Formula1.*2019.*SkySportsF1.*[1080|720].*English.*
reject:
- analysis
- highlights
- buildup
from: title
template:
- deluge
wseries_races:
headers:
Cookie: 'uid={? racingforme.uid ?};idh={? racingforme.idh ?}'
rss:
# URL for "Other" Races
url: 'https://www.racingfor.me/rss/{? racingforme.uid ?}/{? racingforme.api ?}/{? racingforme.categories.other ?}'
regexp:
accept:
- W.Series.*2019.*Race.*[1080|720]*English.*
reject:
- analysis
- highlights
- buildup
- Feed
from: title
template:
- deluge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment