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: | |
| feeda: | |
| rss: http://feedhere.com/feed.xml | |
| regexp: | |
| accept: | |
| - thing.i.want | |
| deluge: 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
| feeds: | |
| #1 | |
| x360: | |
| rss: http://rss.torrentleech.org/######################## | |
| download: ~/Transferências/.torrents/ | |
| regexp: | |
| accept: | |
| - XBOX360 | |
| reject: | |
| - NTSC |
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: | |
| #1 | |
| x360: | |
| rss: http://rss.torrentleech.org/7674c2153ddc94810a30 | |
| download: ~/Transferências/.torrents/ | |
| regexp: | |
| accept: | |
| - XBOX360 | |
| reject: | |
| - NTSC |
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
| regexp: | |
| accept: | |
| - the.{1,5}thing(?!=badstuff): | |
| set: | |
| unique_name: The Thing | |
| seen: [unique_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
| import logging | |
| from optparse import OptionValueError | |
| from sqlalchemy import Column, Integer, String, ForeignKey | |
| from sqlalchemy.exc import OperationalError | |
| from flexget.manager import Session | |
| from flexget.utils import qualities | |
| from flexget.utils.imdb import extract_id, ImdbSearch, ImdbParser | |
| from flexget.utils.database import quality_synonym | |
| from flexget.utils.tools import console, str_to_boolean | |
| from flexget.plugin import DependencyError, PluginError, get_plugin_by_name, register_plugin, register_parser_option |
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: | |
| enqueue_feed: | |
| imdb_watchlist: | |
| username: <imdbusername> | |
| password: <imdbpassword> | |
| queue_movies: yes | |
| download_feed: | |
| rss: http://feedhere | |
| imdb_queue: 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
| tasks: | |
| thedownload: | |
| rss: http://feedhere | |
| series: &serieslist | |
| - showa | |
| - showb | |
| - showc | |
| thesort: | |
| find: | |
| path: '/my/shows' |
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 | |
| from flexget.plugin import register_plugin, get_plugin_by_name, get_plugin_keywords, get_phases_by_plugin, phase_methods | |
| log = logging.getLogger('combine') | |
| class PluginCombine(object): | |
| """ Allows the same plugin to be configured multiple times in a feed. | |
| Example: |
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
| Index: flexget/utils/simple_persistence.py | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- flexget/utils/simple_persistence.py (revision 2688) | |
| +++ flexget/utils/simple_persistence.py (revision ) | |
| @@ -10,7 +10,7 @@ | |
| import logging | |
| from datetime import datetime |
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
| Index: flexget/plugins/cli/series.py | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- flexget/plugins/cli/series.py (revision 2688) | |
| +++ flexget/plugins/cli/series.py (revision ) | |
| @@ -40,7 +40,7 @@ | |
| session = Session() | |