This file contains hidden or 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
import logging | |
import urllib, urllib2, re, cookielib | |
from datetime import datetime | |
from sqlalchemy import Column, Integer, String, DateTime | |
from flexget import schema | |
from flexget.plugin import register_plugin, internet, DependencyError | |
from flexget.utils.database import with_session | |
try: |
This file contains hidden or 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
presets: | |
theshows: | |
series: | |
- show a | |
- show b | |
feeds: | |
nzbfeed: | |
priority: 5 | |
rss: http://feed | |
preset: theshows |
This file contains hidden or 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
presets: | |
a: | |
# main filters here | |
feeds: | |
td: | |
rss: feedhere.com | |
delay: 1 days | |
regexp: | |
reject_excluding: | |
- torrentday |
This file contains hidden or 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
manipulate: | |
- something: | |
from: title | |
extract: aoeu(some bit)aoeu | |
- title: | |
extract: (aoeu)some bit(aoeu) |
This file contains hidden or 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
feeds: | |
test: | |
find: | |
path: c:\temp | |
mask: "*.txt" | |
set: | |
filename: 'abcd.txt' | |
extension: ext2 | |
download: c:\temp\a\ | |
accept_all: yes |
This file contains hidden or 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
{% for entry in accepted %} | |
{% if not entry['no_notify'] %} | |
{% if entry['notify-item-template'] %} | |
{{ entry['notify-item-template'] }} | |
{% else %} | |
FlexGet downloaded {{ entry['title'] }} | |
{% endif %} | |
{% endif %} | |
{% endfor %} |
This file contains hidden or 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
notifications: | |
groupa: | |
email: | |
to: [email protected] | |
template: sometemplate | |
global: | |
im: | |
network: jabber | |
feeds: |
This file contains hidden or 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
notifications: | |
movies: | |
email: | |
template: moviestemplate | |
presets: | |
movies: | |
notifictions: movies |
This file contains hidden or 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
series: | |
- Blah Blah: | |
set: | |
series_path: Blah Blah (2009) | |
- Other Show | |
set: | |
path: /here/{{series_path|default(series_name)}} |
This file contains hidden or 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
presets: | |
1080s: | |
quality: | |
min: 1080i | |
max: 1080p bluray | |
720s: | |
delay: 5 hours | |
quality: | |
min: 720p | |
max: 720p bluray |
OlderNewer