Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 20, 2018 20:40
Show Gist options
  • Save ryantm/07a55d9e15871010defaf2c0ef1caf28 to your computer and use it in GitHub Desktop.
Save ryantm/07a55d9e15871010defaf2c0ef1caf28 to your computer and use it in GitHub Desktop.
/nix/store/ccg1w92zqwpdh80d9miyrffm5xdm03mv-FlexGet-2.14.21
├── bin
│   ├── flexget
│   └── flexget-headless
├── lib
│   └── python2.7
│   └── site-packages
│   ├── flexget
│   │   ├── api
│   │   │   ├── app.py
│   │   │   ├── app.pyc
│   │   │   ├── core
│   │   │   │   ├── authentication.py
│   │   │   │   ├── authentication.pyc
│   │   │   │   ├── cached.py
│   │   │   │   ├── cached.pyc
│   │   │   │   ├── database.py
│   │   │   │   ├── database.pyc
│   │   │   │   ├── format_checker.py
│   │   │   │   ├── format_checker.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── plugins.py
│   │   │   │   ├── plugins.pyc
│   │   │   │   ├── server.py
│   │   │   │   ├── server.pyc
│   │   │   │   ├── tasks.py
│   │   │   │   ├── tasks.pyc
│   │   │   │   ├── user.py
│   │   │   │   └── user.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── plugins
│   │   │   ├── entry_list.py
│   │   │   ├── entry_list.pyc
│   │   │   ├── failed.py
│   │   │   ├── failed.pyc
│   │   │   ├── history.py
│   │   │   ├── history.pyc
│   │   │   ├── imdb_lookup.py
│   │   │   ├── imdb_lookup.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── irc.py
│   │   │   ├── irc.pyc
│   │   │   ├── movie_list.py
│   │   │   ├── movie_list.pyc
│   │   │   ├── pending_list.py
│   │   │   ├── pending_list.pyc
│   │   │   ├── pending.py
│   │   │   ├── pending.pyc
│   │   │   ├── rejected.py
│   │   │   ├── rejected.pyc
│   │   │   ├── schedule.py
│   │   │   ├── schedule.pyc
│   │   │   ├── seen.py
│   │   │   ├── seen.pyc
│   │   │   ├── series.py
│   │   │   ├── series.pyc
│   │   │   ├── status.py
│   │   │   ├── status.pyc
│   │   │   ├── tmdb_lookup.py
│   │   │   ├── tmdb_lookup.pyc
│   │   │   ├── trakt_lookup.py
│   │   │   ├── trakt_lookup.pyc
│   │   │   ├── tvdb_lookup.py
│   │   │   ├── tvdb_lookup.pyc
│   │   │   ├── tvmaze_lookup.py
│   │   │   ├── tvmaze_lookup.pyc
│   │   │   ├── variables.py
│   │   │   └── variables.pyc
│   │   ├── config_schema.py
│   │   ├── config_schema.pyc
│   │   ├── db_schema.py
│   │   ├── db_schema.pyc
│   │   ├── entry.py
│   │   ├── entry.pyc
│   │   ├── event.py
│   │   ├── event.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── ipc.py
│   │   ├── ipc.pyc
│   │   ├── logger.py
│   │   ├── logger.pyc
│   │   ├── manager.py
│   │   ├── manager.pyc
│   │   ├── options.py
│   │   ├── options.pyc
│   │   ├── plugin.py
│   │   ├── plugin.pyc
│   │   ├── plugins
│   │   │   ├── cli
│   │   │   │   ├── archive.py
│   │   │   │   ├── archive.pyc
│   │   │   │   ├── backlog.py
│   │   │   │   ├── backlog.pyc
│   │   │   │   ├── check.py
│   │   │   │   ├── check.pyc
│   │   │   │   ├── cli_config.py
│   │   │   │   ├── cli_config.pyc
│   │   │   │   ├── database.py
│   │   │   │   ├── database.pyc
│   │   │   │   ├── doc.py
│   │   │   │   ├── doc.pyc
│   │   │   │   ├── entry_list.py
│   │   │   │   ├── entry_list.pyc
│   │   │   │   ├── explain_sql.py
│   │   │   │   ├── explain_sql.pyc
│   │   │   │   ├── filters.py
│   │   │   │   ├── filters.pyc
│   │   │   │   ├── history.py
│   │   │   │   ├── history.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── inject.py
│   │   │   │   ├── inject.pyc
│   │   │   │   ├── irc.py
│   │   │   │   ├── irc.pyc
│   │   │   │   ├── movie_list.py
│   │   │   │   ├── movie_list.pyc
│   │   │   │   ├── pending_list.py
│   │   │   │   ├── pending_list.pyc
│   │   │   │   ├── pending.py
│   │   │   │   ├── pending.pyc
│   │   │   │   ├── performance.py
│   │   │   │   ├── performance.pyc
│   │   │   │   ├── perf_tests.py
│   │   │   │   ├── perf_tests.pyc
│   │   │   │   ├── plugins.py
│   │   │   │   ├── plugins.pyc
│   │   │   │   ├── regexp_list.py
│   │   │   │   ├── regexp_list.pyc
│   │   │   │   ├── remember_rejected.py
│   │   │   │   ├── remember_rejected.pyc
│   │   │   │   ├── retry_failed.py
│   │   │   │   ├── retry_failed.pyc
│   │   │   │   ├── seen.py
│   │   │   │   ├── seen.pyc
│   │   │   │   ├── series.py
│   │   │   │   ├── series.pyc
│   │   │   │   ├── status.py
│   │   │   │   ├── status.pyc
│   │   │   │   ├── templates.py
│   │   │   │   ├── templates.pyc
│   │   │   │   ├── trakt.py
│   │   │   │   ├── trakt.pyc
│   │   │   │   ├── try_regexp.py
│   │   │   │   ├── try_regexp.pyc
│   │   │   │   ├── web.py
│   │   │   │   ├── web.pyc
│   │   │   │   ├── win32_service.py
│   │   │   │   └── win32_service.pyc
│   │   │   ├── clients
│   │   │   │   ├── aria2.py
│   │   │   │   ├── aria2.pyc
│   │   │   │   ├── deluge.py
│   │   │   │   ├── deluge.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── nzbget.py
│   │   │   │   ├── nzbget.pyc
│   │   │   │   ├── pyload.py
│   │   │   │   ├── pyload.pyc
│   │   │   │   ├── qbittorrent.py
│   │   │   │   ├── qbittorrent.pyc
│   │   │   │   ├── rtorrent.py
│   │   │   │   ├── rtorrent.pyc
│   │   │   │   ├── sftp.py
│   │   │   │   ├── sftp.pyc
│   │   │   │   ├── transmission.py
│   │   │   │   └── transmission.pyc
│   │   │   ├── daemon
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── irc.py
│   │   │   │   ├── irc.pyc
│   │   │   │   ├── scheduler.py
│   │   │   │   ├── scheduler.pyc
│   │   │   │   ├── web_server.py
│   │   │   │   └── web_server.pyc
│   │   │   ├── estimators
│   │   │   │   ├── est_released_movies_bluray.py
│   │   │   │   ├── est_released_movies_bluray.pyc
│   │   │   │   ├── est_released_movies.py
│   │   │   │   ├── est_released_movies.pyc
│   │   │   │   ├── est_released.py
│   │   │   │   ├── est_released.pyc
│   │   │   │   ├── est_release_series_internal_db.py
│   │   │   │   ├── est_release_series_internal_db.pyc
│   │   │   │   ├── est_release_series_tvmaze.py
│   │   │   │   ├── est_release_series_tvmaze.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── filter
│   │   │   │   ├── abort_if_exists.py
│   │   │   │   ├── abort_if_exists.pyc
│   │   │   │   ├── accept_all.py
│   │   │   │   ├── accept_all.pyc
│   │   │   │   ├── age.py
│   │   │   │   ├── age.pyc
│   │   │   │   ├── all_series.py
│   │   │   │   ├── all_series.pyc
│   │   │   │   ├── archives.py
│   │   │   │   ├── archives.pyc
│   │   │   │   ├── best_quality.py
│   │   │   │   ├── best_quality.pyc
│   │   │   │   ├── content_filter.py
│   │   │   │   ├── content_filter.pyc
│   │   │   │   ├── content_size.py
│   │   │   │   ├── content_size.pyc
│   │   │   │   ├── crossmatch.py
│   │   │   │   ├── crossmatch.pyc
│   │   │   │   ├── delay.py
│   │   │   │   ├── delay.pyc
│   │   │   │   ├── duplicates.py
│   │   │   │   ├── duplicates.pyc
│   │   │   │   ├── exists_movie.py
│   │   │   │   ├── exists_movie.pyc
│   │   │   │   ├── exists.py
│   │   │   │   ├── exists.pyc
│   │   │   │   ├── exists_series.py
│   │   │   │   ├── exists_series.pyc
│   │   │   │   ├── if_condition.py
│   │   │   │   ├── if_condition.pyc
│   │   │   │   ├── imdb.py
│   │   │   │   ├── imdb.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── limit_new.py
│   │   │   │   ├── limit_new.pyc
│   │   │   │   ├── list_match.py
│   │   │   │   ├── list_match.pyc
│   │   │   │   ├── magnets.py
│   │   │   │   ├── magnets.pyc
│   │   │   │   ├── only_new.py
│   │   │   │   ├── only_new.pyc
│   │   │   │   ├── pending_approval.py
│   │   │   │   ├── pending_approval.pyc
│   │   │   │   ├── private_torrents.py
│   │   │   │   ├── private_torrents.pyc
│   │   │   │   ├── proper_movies.py
│   │   │   │   ├── proper_movies.pyc
│   │   │   │   ├── quality.py
│   │   │   │   ├── quality.pyc
│   │   │   │   ├── regexp.py
│   │   │   │   ├── regexp.pyc
│   │   │   │   ├── remember_rejected.py
│   │   │   │   ├── remember_rejected.pyc
│   │   │   │   ├── require_field.py
│   │   │   │   ├── require_field.pyc
│   │   │   │   ├── retry_failed.py
│   │   │   │   ├── retry_failed.pyc
│   │   │   │   ├── rottentomatoes.py
│   │   │   │   ├── rottentomatoes.pyc
│   │   │   │   ├── seen_info_hash.py
│   │   │   │   ├── seen_info_hash.pyc
│   │   │   │   ├── seen_movies.py
│   │   │   │   ├── seen_movies.pyc
│   │   │   │   ├── seen.py
│   │   │   │   ├── seen.pyc
│   │   │   │   ├── series_premiere.py
│   │   │   │   ├── series_premiere.pyc
│   │   │   │   ├── series.py
│   │   │   │   ├── series.pyc
│   │   │   │   ├── thetvdb.py
│   │   │   │   ├── thetvdb.pyc
│   │   │   │   ├── timeframe.py
│   │   │   │   ├── timeframe.pyc
│   │   │   │   ├── torrent_alive.py
│   │   │   │   ├── torrent_alive.pyc
│   │   │   │   ├── torrent_match.py
│   │   │   │   ├── torrent_match.pyc
│   │   │   │   ├── unique.py
│   │   │   │   ├── unique.pyc
│   │   │   │   ├── upgrade.py
│   │   │   │   └── upgrade.pyc
│   │   │   ├── generic
│   │   │   │   ├── archive.py
│   │   │   │   ├── archive.pyc
│   │   │   │   ├── cron_env.py
│   │   │   │   ├── cron_env.pyc
│   │   │   │   ├── db_analyze.py
│   │   │   │   ├── db_analyze.pyc
│   │   │   │   ├── db_vacuum.py
│   │   │   │   ├── db_vacuum.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── log_start.py
│   │   │   │   ├── log_start.pyc
│   │   │   │   ├── urlfix.py
│   │   │   │   ├── urlfix.pyc
│   │   │   │   ├── welcome.py
│   │   │   │   └── welcome.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── input
│   │   │   │   ├── anidb_list.py
│   │   │   │   ├── anidb_list.pyc
│   │   │   │   ├── apple_trailers.py
│   │   │   │   ├── apple_trailers.pyc
│   │   │   │   ├── backlog.py
│   │   │   │   ├── backlog.pyc
│   │   │   │   ├── betaseries_list.py
│   │   │   │   ├── betaseries_list.pyc
│   │   │   │   ├── discover.py
│   │   │   │   ├── discover.pyc
│   │   │   │   ├── filesystem.py
│   │   │   │   ├── filesystem.pyc
│   │   │   │   ├── filmweb_watchlist.py
│   │   │   │   ├── filmweb_watchlist.pyc
│   │   │   │   ├── from_imdb.py
│   │   │   │   ├── from_imdb.pyc
│   │   │   │   ├── ftp_list.py
│   │   │   │   ├── ftp_list.pyc
│   │   │   │   ├── gazelle.py
│   │   │   │   ├── gazelle.pyc
│   │   │   │   ├── generate.py
│   │   │   │   ├── generate.pyc
│   │   │   │   ├── gen_series.py
│   │   │   │   ├── gen_series.pyc
│   │   │   │   ├── html.py
│   │   │   │   ├── html.pyc
│   │   │   │   ├── imdb_watchlist.py
│   │   │   │   ├── imdb_watchlist.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── input_csv.py
│   │   │   │   ├── input_csv.pyc
│   │   │   │   ├── inputs.py
│   │   │   │   ├── inputs.pyc
│   │   │   │   ├── kitsu.py
│   │   │   │   ├── kitsu.pyc
│   │   │   │   ├── letterboxd.py
│   │   │   │   ├── letterboxd.pyc
│   │   │   │   ├── mock.py
│   │   │   │   ├── mock.pyc
│   │   │   │   ├── my_anime_list.py
│   │   │   │   ├── my_anime_list.pyc
│   │   │   │   ├── myepisodes_list.py
│   │   │   │   ├── myepisodes_list.pyc
│   │   │   │   ├── next_series_episodes.py
│   │   │   │   ├── next_series_episodes.pyc
│   │   │   │   ├── next_series_seasons.py
│   │   │   │   ├── next_series_seasons.pyc
│   │   │   │   ├── next_sonarr_episodes.py
│   │   │   │   ├── next_sonarr_episodes.pyc
│   │   │   │   ├── next_trakt_episodes.py
│   │   │   │   ├── next_trakt_episodes.pyc
│   │   │   │   ├── npo_watchlist.py
│   │   │   │   ├── npo_watchlist.pyc
│   │   │   │   ├── plex.py
│   │   │   │   ├── plex.pyc
│   │   │   │   ├── pogcal.py
│   │   │   │   ├── pogcal.pyc
│   │   │   │   ├── regexp_parse.py
│   │   │   │   ├── regexp_parse.pyc
│   │   │   │   ├── rlslog.py
│   │   │   │   ├── rlslog.pyc
│   │   │   │   ├── rottentomatoes_list.py
│   │   │   │   ├── rottentomatoes_list.pyc
│   │   │   │   ├── rss.py
│   │   │   │   ├── rss.pyc
│   │   │   │   ├── sceper.py
│   │   │   │   ├── sceper.pyc
│   │   │   │   ├── sickbeard.py
│   │   │   │   ├── sickbeard.pyc
│   │   │   │   ├── tail.py
│   │   │   │   ├── tail.pyc
│   │   │   │   ├── text.py
│   │   │   │   ├── text.pyc
│   │   │   │   ├── trakt_calendar.py
│   │   │   │   ├── trakt_calendar.pyc
│   │   │   │   ├── twitterfeed.py
│   │   │   │   └── twitterfeed.pyc
│   │   │   ├── internal
│   │   │   │   ├── api_bluray.py
│   │   │   │   ├── api_bluray.pyc
│   │   │   │   ├── api_rottentomatoes.py
│   │   │   │   ├── api_rottentomatoes.pyc
│   │   │   │   ├── api_tmdb.py
│   │   │   │   ├── api_tmdb.pyc
│   │   │   │   ├── api_trakt.py
│   │   │   │   ├── api_trakt.pyc
│   │   │   │   ├── api_tvdb.py
│   │   │   │   ├── api_tvdb.pyc
│   │   │   │   ├── api_tvmaze.py
│   │   │   │   ├── api_tvmaze.pyc
│   │   │   │   ├── change_warn.py
│   │   │   │   ├── change_warn.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── urlrewriting.py
│   │   │   │   └── urlrewriting.pyc
│   │   │   ├── list
│   │   │   │   ├── couchpotato_list.py
│   │   │   │   ├── couchpotato_list.pyc
│   │   │   │   ├── entry_list.py
│   │   │   │   ├── entry_list.pyc
│   │   │   │   ├── imdb_list.py
│   │   │   │   ├── imdb_list.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── movie_list.py
│   │   │   │   ├── movie_list.pyc
│   │   │   │   ├── pending_list.py
│   │   │   │   ├── pending_list.pyc
│   │   │   │   ├── regexp_list.py
│   │   │   │   ├── regexp_list.pyc
│   │   │   │   ├── sonarr_list.py
│   │   │   │   ├── sonarr_list.pyc
│   │   │   │   ├── subtitle_list.py
│   │   │   │   ├── subtitle_list.pyc
│   │   │   │   ├── thetvdb_list.py
│   │   │   │   ├── thetvdb_list.pyc
│   │   │   │   ├── trakt_list.py
│   │   │   │   └── trakt_list.pyc
│   │   │   ├── metainfo
│   │   │   │   ├── assume_quality.py
│   │   │   │   ├── assume_quality.pyc
│   │   │   │   ├── bluray_lookup.py
│   │   │   │   ├── bluray_lookup.pyc
│   │   │   │   ├── content_size.py
│   │   │   │   ├── content_size.pyc
│   │   │   │   ├── imdb_lookup.py
│   │   │   │   ├── imdb_lookup.pyc
│   │   │   │   ├── imdb_url.py
│   │   │   │   ├── imdb_url.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── magnet_info_hash.py
│   │   │   │   ├── magnet_info_hash.pyc
│   │   │   │   ├── metainfo_movie.py
│   │   │   │   ├── metainfo_movie.pyc
│   │   │   │   ├── nfo_lookup.py
│   │   │   │   ├── nfo_lookup.pyc
│   │   │   │   ├── nzb_size.py
│   │   │   │   ├── nzb_size.pyc
│   │   │   │   ├── quality.py
│   │   │   │   ├── quality.pyc
│   │   │   │   ├── rottentomatoes_lookup.py
│   │   │   │   ├── rottentomatoes_lookup.pyc
│   │   │   │   ├── series.py
│   │   │   │   ├── series.pyc
│   │   │   │   ├── subtitles_check.py
│   │   │   │   ├── subtitles_check.pyc
│   │   │   │   ├── task.py
│   │   │   │   ├── task.pyc
│   │   │   │   ├── thetvdb_lookup.py
│   │   │   │   ├── thetvdb_lookup.pyc
│   │   │   │   ├── tmdb_lookup.py
│   │   │   │   ├── tmdb_lookup.pyc
│   │   │   │   ├── torrent_files.py
│   │   │   │   ├── torrent_files.pyc
│   │   │   │   ├── torrent_size.py
│   │   │   │   ├── torrent_size.pyc
│   │   │   │   ├── trakt_lookup.py
│   │   │   │   ├── trakt_lookup.pyc
│   │   │   │   ├── tvmaze_lookup.py
│   │   │   │   └── tvmaze_lookup.pyc
│   │   │   ├── modify
│   │   │   │   ├── convert_magnet.py
│   │   │   │   ├── convert_magnet.pyc
│   │   │   │   ├── extension.py
│   │   │   │   ├── extension.pyc
│   │   │   │   ├── headers.py
│   │   │   │   ├── headers.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── list_clear.py
│   │   │   │   ├── list_clear.pyc
│   │   │   │   ├── manipulate.py
│   │   │   │   ├── manipulate.pyc
│   │   │   │   ├── path_by_ext.py
│   │   │   │   ├── path_by_ext.pyc
│   │   │   │   ├── path_by_space.py
│   │   │   │   ├── path_by_space.pyc
│   │   │   │   ├── plugin_priority.py
│   │   │   │   ├── plugin_priority.pyc
│   │   │   │   ├── regex_extract.py
│   │   │   │   ├── regex_extract.pyc
│   │   │   │   ├── reorder_quality.py
│   │   │   │   ├── reorder_quality.pyc
│   │   │   │   ├── set_field.py
│   │   │   │   ├── set_field.pyc
│   │   │   │   ├── sort_by.py
│   │   │   │   ├── sort_by.pyc
│   │   │   │   ├── sort_by_weight.py
│   │   │   │   ├── sort_by_weight.pyc
│   │   │   │   ├── torrent.py
│   │   │   │   ├── torrent.pyc
│   │   │   │   ├── torrent_scrub.py
│   │   │   │   ├── torrent_scrub.pyc
│   │   │   │   ├── trackers.py
│   │   │   │   ├── trackers.pyc
│   │   │   │   ├── urlrewrite_search.py
│   │   │   │   ├── urlrewrite_search.pyc
│   │   │   │   ├── variables.py
│   │   │   │   └── variables.pyc
│   │   │   ├── notifiers
│   │   │   │   ├── email.py
│   │   │   │   ├── email.pyc
│   │   │   │   ├── ifttt.py
│   │   │   │   ├── ifttt.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── join.py
│   │   │   │   ├── join.pyc
│   │   │   │   ├── microsoftteams.py
│   │   │   │   ├── microsoftteams.pyc
│   │   │   │   ├── notification_framework.py
│   │   │   │   ├── notification_framework.pyc
│   │   │   │   ├── notifymyandroid.py
│   │   │   │   ├── notifymyandroid.pyc
│   │   │   │   ├── notify.py
│   │   │   │   ├── notify.pyc
│   │   │   │   ├── prowl.py
│   │   │   │   ├── prowl.pyc
│   │   │   │   ├── pushalot.py
│   │   │   │   ├── pushalot.pyc
│   │   │   │   ├── pushbullet.py
│   │   │   │   ├── pushbullet.pyc
│   │   │   │   ├── pushover.py
│   │   │   │   ├── pushover.pyc
│   │   │   │   ├── pushsafer.py
│   │   │   │   ├── pushsafer.pyc
│   │   │   │   ├── rapidpush.py
│   │   │   │   ├── rapidpush.pyc
│   │   │   │   ├── slack.py
│   │   │   │   ├── slack.pyc
│   │   │   │   ├── sms_ru.py
│   │   │   │   ├── sms_ru.pyc
│   │   │   │   ├── telegram.py
│   │   │   │   ├── telegram.pyc
│   │   │   │   ├── toast.py
│   │   │   │   ├── toast.pyc
│   │   │   │   ├── xmpp.py
│   │   │   │   └── xmpp.pyc
│   │   │   ├── operate
│   │   │   │   ├── abort.py
│   │   │   │   ├── abort.pyc
│   │   │   │   ├── cfscraper.py
│   │   │   │   ├── cfscraper.pyc
│   │   │   │   ├── configure_series.py
│   │   │   │   ├── configure_series.pyc
│   │   │   │   ├── cookies.py
│   │   │   │   ├── cookies.pyc
│   │   │   │   ├── debug_db_sessions.py
│   │   │   │   ├── debug_db_sessions.pyc
│   │   │   │   ├── debug_warnings.py
│   │   │   │   ├── debug_warnings.pyc
│   │   │   │   ├── digest.py
│   │   │   │   ├── digest.pyc
│   │   │   │   ├── disable_phases.py
│   │   │   │   ├── disable_phases.pyc
│   │   │   │   ├── disable.py
│   │   │   │   ├── disable.pyc
│   │   │   │   ├── domain_delay.py
│   │   │   │   ├── domain_delay.pyc
│   │   │   │   ├── entry_trace.py
│   │   │   │   ├── entry_trace.pyc
│   │   │   │   ├── formlogin.py
│   │   │   │   ├── formlogin.pyc
│   │   │   │   ├── free_space.py
│   │   │   │   ├── free_space.pyc
│   │   │   │   ├── include.py
│   │   │   │   ├── include.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── interval.py
│   │   │   │   ├── interval.pyc
│   │   │   │   ├── manual.py
│   │   │   │   ├── manual.pyc
│   │   │   │   ├── max_reruns.py
│   │   │   │   ├── max_reruns.pyc
│   │   │   │   ├── pathscrub.py
│   │   │   │   ├── pathscrub.pyc
│   │   │   │   ├── priority.py
│   │   │   │   ├── priority.pyc
│   │   │   │   ├── proxy.py
│   │   │   │   ├── proxy.pyc
│   │   │   │   ├── rerun.py
│   │   │   │   ├── rerun.pyc
│   │   │   │   ├── run_task.py
│   │   │   │   ├── run_task.pyc
│   │   │   │   ├── sequence.py
│   │   │   │   ├── sequence.pyc
│   │   │   │   ├── sleep.py
│   │   │   │   ├── sleep.pyc
│   │   │   │   ├── spy_headers.py
│   │   │   │   ├── spy_headers.pyc
│   │   │   │   ├── status.py
│   │   │   │   ├── status.pyc
│   │   │   │   ├── template.py
│   │   │   │   ├── template.pyc
│   │   │   │   ├── verbose_details.py
│   │   │   │   ├── verbose_details.pyc
│   │   │   │   ├── verbose.py
│   │   │   │   ├── verbose.pyc
│   │   │   │   ├── verify_ssl_certificates.py
│   │   │   │   ├── verify_ssl_certificates.pyc
│   │   │   │   ├── version_checker.py
│   │   │   │   └── version_checker.pyc
│   │   │   ├── output
│   │   │   │   ├── decompress.py
│   │   │   │   ├── decompress.pyc
│   │   │   │   ├── download_auth.py
│   │   │   │   ├── download_auth.pyc
│   │   │   │   ├── download.py
│   │   │   │   ├── download.pyc
│   │   │   │   ├── dump_config.py
│   │   │   │   ├── dump_config.pyc
│   │   │   │   ├── dump.py
│   │   │   │   ├── dump.pyc
│   │   │   │   ├── exec.py
│   │   │   │   ├── exec.pyc
│   │   │   │   ├── ftp_download.py
│   │   │   │   ├── ftp_download.pyc
│   │   │   │   ├── history.py
│   │   │   │   ├── history.pyc
│   │   │   │   ├── html.py
│   │   │   │   ├── html.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── list_add.py
│   │   │   │   ├── list_add.pyc
│   │   │   │   ├── list_remove.py
│   │   │   │   ├── list_remove.pyc
│   │   │   │   ├── memusage.py
│   │   │   │   ├── memusage.pyc
│   │   │   │   ├── mock_output.py
│   │   │   │   ├── mock_output.pyc
│   │   │   │   ├── move.py
│   │   │   │   ├── move.pyc
│   │   │   │   ├── rss.py
│   │   │   │   ├── rss.pyc
│   │   │   │   ├── rtorrent_magnet.py
│   │   │   │   ├── rtorrent_magnet.pyc
│   │   │   │   ├── sabnzbd.py
│   │   │   │   ├── sabnzbd.pyc
│   │   │   │   ├── series_begin.py
│   │   │   │   ├── series_begin.pyc
│   │   │   │   ├── series_forget.py
│   │   │   │   ├── series_forget.pyc
│   │   │   │   ├── sns.py
│   │   │   │   ├── sns.pyc
│   │   │   │   ├── subtitles_periscope.py
│   │   │   │   ├── subtitles_periscope.pyc
│   │   │   │   ├── subtitles.py
│   │   │   │   ├── subtitles.pyc
│   │   │   │   ├── subtitles_subliminal.py
│   │   │   │   ├── subtitles_subliminal.pyc
│   │   │   │   ├── symlink.py
│   │   │   │   ├── symlink.pyc
│   │   │   │   ├── utorrent.py
│   │   │   │   └── utorrent.pyc
│   │   │   ├── parsers
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── parser_common.py
│   │   │   │   ├── parser_common.pyc
│   │   │   │   ├── parser_guessit.py
│   │   │   │   ├── parser_guessit.pyc
│   │   │   │   ├── parser_internal.py
│   │   │   │   ├── parser_internal.pyc
│   │   │   │   ├── plugin_parsing.py
│   │   │   │   └── plugin_parsing.pyc
│   │   │   ├── services
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kodi_library.py
│   │   │   │   ├── kodi_library.pyc
│   │   │   │   ├── myepisodes.py
│   │   │   │   ├── myepisodes.pyc
│   │   │   │   ├── pogcal_acquired.py
│   │   │   │   ├── pogcal_acquired.pyc
│   │   │   │   ├── torrent_cache.py
│   │   │   │   └── torrent_cache.pyc
│   │   │   └── sites
│   │   │   ├── allyoulike.py
│   │   │   ├── allyoulike.pyc
│   │   │   ├── alpharatio.py
│   │   │   ├── alpharatio.pyc
│   │   │   ├── animeindex.py
│   │   │   ├── animeindex.pyc
│   │   │   ├── anirena.py
│   │   │   ├── anirena.pyc
│   │   │   ├── archetorrent.py
│   │   │   ├── archetorrent.pyc
│   │   │   ├── argenteam.py
│   │   │   ├── argenteam.pyc
│   │   │   ├── awesomehd.py
│   │   │   ├── awesomehd.pyc
│   │   │   ├── bakabt.py
│   │   │   ├── bakabt.pyc
│   │   │   ├── btn.py
│   │   │   ├── btn.pyc
│   │   │   ├── cinemageddon.py
│   │   │   ├── cinemageddon.pyc
│   │   │   ├── cpasbien.py
│   │   │   ├── cpasbien.pyc
│   │   │   ├── deadfrog.py
│   │   │   ├── deadfrog.pyc
│   │   │   ├── descargas2020.py
│   │   │   ├── descargas2020.pyc
│   │   │   ├── eztv.py
│   │   │   ├── eztv.pyc
│   │   │   ├── filelist.py
│   │   │   ├── filelist.pyc
│   │   │   ├── frenchtorrentdb.py
│   │   │   ├── frenchtorrentdb.pyc
│   │   │   ├── fuzer.py
│   │   │   ├── fuzer.pyc
│   │   │   ├── google_cse.py
│   │   │   ├── google_cse.pyc
│   │   │   ├── hliang.py
│   │   │   ├── hliang.pyc
│   │   │   ├── horriblesubs.py
│   │   │   ├── horriblesubs.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── iptorrents.py
│   │   │   ├── iptorrents.pyc
│   │   │   ├── koreus.py
│   │   │   ├── koreus.pyc
│   │   │   ├── limetorrents.py
│   │   │   ├── limetorrents.pyc
│   │   │   ├── lostfilm.py
│   │   │   ├── lostfilm.pyc
│   │   │   ├── morethantv.py
│   │   │   ├── morethantv.pyc
│   │   │   ├── newtorrents.py
│   │   │   ├── newtorrents.pyc
│   │   │   ├── newznab.py
│   │   │   ├── newznab.pyc
│   │   │   ├── nnmclub.py
│   │   │   ├── nnmclub.pyc
│   │   │   ├── nyaa.py
│   │   │   ├── nyaa.pyc
│   │   │   ├── passthepopcorn.py
│   │   │   ├── passthepopcorn.pyc
│   │   │   ├── piratebay.py
│   │   │   ├── piratebay.pyc
│   │   │   ├── ptn.py
│   │   │   ├── ptn.pyc
│   │   │   ├── rarbg.py
│   │   │   ├── rarbg.pyc
│   │   │   ├── redirect.py
│   │   │   ├── redirect.pyc
│   │   │   ├── rlsbb.py
│   │   │   ├── rlsbb.pyc
│   │   │   ├── rmz.py
│   │   │   ├── rmz.pyc
│   │   │   ├── rss.py
│   │   │   ├── rss.pyc
│   │   │   ├── rutracker.py
│   │   │   ├── rutracker.pyc
│   │   │   ├── serienjunkies.py
│   │   │   ├── serienjunkies.pyc
│   │   │   ├── shortened.py
│   │   │   ├── shortened.pyc
│   │   │   ├── site_1337x.py
│   │   │   ├── site_1337x.pyc
│   │   │   ├── torrentday.py
│   │   │   ├── torrentday.pyc
│   │   │   ├── torrentleech.py
│   │   │   ├── torrentleech.pyc
│   │   │   ├── urlrewrite.py
│   │   │   ├── urlrewrite.pyc
│   │   │   ├── wordpress.py
│   │   │   └── wordpress.pyc
│   │   ├── task.py
│   │   ├── task.pyc
│   │   ├── task_queue.py
│   │   ├── task_queue.pyc
│   │   ├── templates
│   │   │   ├── entry
│   │   │   │   └── default.template
│   │   │   └── task
│   │   │   ├── default.template
│   │   │   ├── html.template
│   │   │   └── rss.template
│   │   ├── terminal.py
│   │   ├── terminal.pyc
│   │   ├── tests
│   │   │   └── api_tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_api_validator.py
│   │   │   ├── test_api_validator.pyc
│   │   │   ├── test_authentication_api.py
│   │   │   ├── test_authentication_api.pyc
│   │   │   ├── test_cached_api.py
│   │   │   ├── test_cached_api.pyc
│   │   │   ├── test_database_api.py
│   │   │   ├── test_database_api.pyc
│   │   │   ├── test_entry_list_api.py
│   │   │   ├── test_entry_list_api.pyc
│   │   │   ├── test_etag.py
│   │   │   ├── test_etag.pyc
│   │   │   ├── test_execute_api.py
│   │   │   ├── test_execute_api.pyc
│   │   │   ├── test_failed_api.py
│   │   │   ├── test_failed_api.pyc
│   │   │   ├── test_format_checker_api.py
│   │   │   ├── test_format_checker_api.pyc
│   │   │   ├── test_history_api.py
│   │   │   ├── test_history_api.pyc
│   │   │   ├── test_imdb_lookup_api.py
│   │   │   ├── test_imdb_lookup_api.pyc
│   │   │   ├── test_movie_list_api.py
│   │   │   ├── test_movie_list_api.pyc
│   │   │   ├── test_pending_list_api.py
│   │   │   ├── test_pending_list_api.pyc
│   │   │   ├── test_plugins_api.py
│   │   │   ├── test_plugins_api.pyc
│   │   │   ├── test_rejected_api.py
│   │   │   ├── test_rejected_api.pyc
│   │   │   ├── test_schedule_api.py
│   │   │   ├── test_schedule_api.pyc
│   │   │   ├── test_seen_api.py
│   │   │   ├── test_seen_api.pyc
│   │   │   ├── test_series_api.py
│   │   │   ├── test_series_api.pyc
│   │   │   ├── test_server_api.py
│   │   │   ├── test_server_api.pyc
│   │   │   ├── test_status_api.py
│   │   │   ├── test_status_api.pyc
│   │   │   ├── test_tasks_api.py
│   │   │   ├── test_tasks_api.pyc
│   │   │   ├── test_tmdb_lookup.py
│   │   │   ├── test_tmdb_lookup.pyc
│   │   │   ├── test_trakt_lookup_api.py
│   │   │   ├── test_trakt_lookup_api.pyc
│   │   │   ├── test_tvdb_lookup_api.py
│   │   │   ├── test_tvdb_lookup_api.pyc
│   │   │   ├── test_tvmaze_lookup_api.py
│   │   │   ├── test_tvmaze_lookup_api.pyc
│   │   │   ├── test_user_api.py
│   │   │   ├── test_user_api.pyc
│   │   │   ├── test_variables_api.py
│   │   │   └── test_variables_api.pyc
│   │   ├── ui
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── v1
│   │   │   │   ├── app
│   │   │   │   │   ├── app.html
│   │   │   │   │   ├── assets
│   │   │   │   │   │   └── images
│   │   │   │   │   │   └── header.png
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   ├── fonts
│   │   │   │   │   │   ├── FontAwesome.otf
│   │   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   │   ├── fontawesome-webfont.woff2
│   │   │   │   │   │   ├── ui-grid.eot
│   │   │   │   │   │   ├── ui-grid.svg
│   │   │   │   │   │   ├── ui-grid.ttf
│   │   │   │   │   │   └── ui-grid.woff
│   │   │   │   │   ├── scripts
│   │   │   │   │   │   ├── app.js
│   │   │   │   │   │   ├── splash.js
│   │   │   │   │   │   └── vendor.js
│   │   │   │   │   └── styles
│   │   │   │   │   ├── app.css
│   │   │   │   │   ├── splash.css
│   │   │   │   │   └── vendor.css
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   └── v2
│   │   │   ├── dist
│   │   │   │   ├── assets
│   │   │   │   │   ├── 010c1aeee3c6d1cbb1d5761d80353823.woff2
│   │   │   │   │   ├── 037d830416495def72b7881024c14b7b.woff2
│   │   │   │   │   ├── 0.e78b645adaa96e48186a.js
│   │   │   │   │   ├── 19b7a0adfdd4f808b53af7e2ce2ad4e5.woff2
│   │   │   │   │   ├── 1.a0435b3bea04edd9d0a4.js
│   │   │   │   │   ├── 210a7c781f5a354a0e4985656ab456d9.woff
│   │   │   │   │   ├── 285467176f7fe6bb6a9c6873b3dad2cc.woff2
│   │   │   │   │   ├── 2.c43251617a440cf35f2e.js
│   │   │   │   │   ├── 3.0534f7a94d61b05f0b7b.js
│   │   │   │   │   ├── 4.43484aff888dc7c46c56.js
│   │   │   │   │   ├── 510dec37fa69fba39593e01a469ee018.woff2
│   │   │   │   │   ├── 55536c8e9e9a532651e3cf374f290ea3.woff2
│   │   │   │   │   ├── 5.9011700ee8a5a4b02a84.js
│   │   │   │   │   ├── 5d4aeb4e5f5ef754e307d7ffaef688bd.woff2
│   │   │   │   │   ├── 6232f43d15b0e7a0bf0fe82e295bdd06.woff2
│   │   │   │   │   ├── 7b770d6c53423deb1a8e49d3c9175184.woff2
│   │   │   │   │   ├── 846d1890aee87fde5d8ced8eba360c3a.woff
│   │   │   │   │   ├── 8c2ade503b34e31430d6c98aa29a52a3.woff
│   │   │   │   │   ├── 9680d5a0c32d2fd084e07bbc4c8b2923.woff
│   │   │   │   │   ├── 987b84570ea69ee660455b8d5e91f5f1.woff2
│   │   │   │   │   ├── a1471d1d6431c893582a5f6a250db3f9.woff
│   │   │   │   │   ├── bafb105baeb22d965c70fe52ba6b49d9.woff
│   │   │   │   │   ├── bc833e725c137257c2c42a789845d82f.woff
│   │   │   │   │   ├── cf6613d1adf490972c557a8e318e0868.woff
│   │   │   │   │   ├── d69924b98acd849cdeba9fbff3f88ea6.woff2
│   │   │   │   │   ├── d704bb3d579b7d5e40880c75705c8a71.woff
│   │   │   │   │   ├── d8bcbe724fd6f4ba44d0ee6a2675890f.woff2
│   │   │   │   │   ├── de8b7431b74642e830af4d4f4b513ec9.woff
│   │   │   │   │   ├── e9dbbe8a693dd275c16d32feb101f1c1.woff
│   │   │   │   │   ├── ffcc050b2d92d4b14a4fcb527ee0bcc8.woff
│   │   │   │   │   ├── icons-3ad84facbeee4a478720fd1784037a44
│   │   │   │   │   │   ├── android-chrome-144x144.png
│   │   │   │   │   │   ├── android-chrome-192x192.png
│   │   │   │   │   │   ├── android-chrome-256x256.png
│   │   │   │   │   │   ├── android-chrome-36x36.png
│   │   │   │   │   │   ├── android-chrome-384x384.png
│   │   │   │   │   │   ├── android-chrome-48x48.png
│   │   │   │   │   │   ├── android-chrome-512x512.png
│   │   │   │   │   │   ├── android-chrome-72x72.png
│   │   │   │   │   │   ├── android-chrome-96x96.png
│   │   │   │   │   │   ├── apple-touch-icon-114x114.png
│   │   │   │   │   │   ├── apple-touch-icon-120x120.png
│   │   │   │   │   │   ├── apple-touch-icon-144x144.png
│   │   │   │   │   │   ├── apple-touch-icon-152x152.png
│   │   │   │   │   │   ├── apple-touch-icon-167x167.png
│   │   │   │   │   │   ├── apple-touch-icon-180x180.png
│   │   │   │   │   │   ├── apple-touch-icon-57x57.png
│   │   │   │   │   │   ├── apple-touch-icon-60x60.png
│   │   │   │   │   │   ├── apple-touch-icon-72x72.png
│   │   │   │   │   │   ├── apple-touch-icon-76x76.png
│   │   │   │   │   │   ├── apple-touch-icon.png
│   │   │   │   │   │   ├── apple-touch-icon-precomposed.png
│   │   │   │   │   │   ├── apple-touch-startup-image-1182x2208.png
│   │   │   │   │   │   ├── apple-touch-startup-image-1242x2148.png
│   │   │   │   │   │   ├── apple-touch-startup-image-1496x2048.png
│   │   │   │   │   │   ├── apple-touch-startup-image-1536x2008.png
│   │   │   │   │   │   ├── apple-touch-startup-image-320x460.png
│   │   │   │   │   │   ├── apple-touch-startup-image-640x1096.png
│   │   │   │   │   │   ├── apple-touch-startup-image-640x920.png
│   │   │   │   │   │   ├── apple-touch-startup-image-748x1024.png
│   │   │   │   │   │   ├── apple-touch-startup-image-750x1294.png
│   │   │   │   │   │   ├── apple-touch-startup-image-768x1004.png
│   │   │   │   │   │   ├── favicon-16x16.png
│   │   │   │   │   │   ├── favicon-32x32.png
│   │   │   │   │   │   ├── favicon.ico
│   │   │   │   │   │   ├── firefox_app_128x128.png
│   │   │   │   │   │   ├── firefox_app_512x512.png
│   │   │   │   │   │   ├── firefox_app_60x60.png
│   │   │   │   │   │   ├── manifest.json
│   │   │   │   │   │   └── manifest.webapp
│   │   │   │   │   ├── main.438886b3991429870154.css
│   │   │   │   │   ├── main.438886b3991429870154.css.map
│   │   │   │   │   ├── main.438886b3991429870154.js
│   │   │   │   │   ├── manifest.dd611d6a01d922d6dc07.js
│   │   │   │   │   └── vendor.df2da7c797ec7272aeb2.js
│   │   │   │   └── index.html
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── utils
│   │   │   ├── archive.py
│   │   │   ├── archive.pyc
│   │   │   ├── bittorrent.py
│   │   │   ├── bittorrent.pyc
│   │   │   ├── cached_input.py
│   │   │   ├── cached_input.pyc
│   │   │   ├── cache.py
│   │   │   ├── cache.pyc
│   │   │   ├── database.py
│   │   │   ├── database.pyc
│   │   │   ├── entry.py
│   │   │   ├── entry.pyc
│   │   │   ├── imdb.py
│   │   │   ├── imdb.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── json.py
│   │   │   ├── json.pyc
│   │   │   ├── lazy_dict.py
│   │   │   ├── lazy_dict.pyc
│   │   │   ├── log.py
│   │   │   ├── log.pyc
│   │   │   ├── pathscrub.py
│   │   │   ├── pathscrub.pyc
│   │   │   ├── qualities.py
│   │   │   ├── qualities.pyc
│   │   │   ├── requests.py
│   │   │   ├── requests.pyc
│   │   │   ├── search.py
│   │   │   ├── search.pyc
│   │   │   ├── simple_persistence.py
│   │   │   ├── simple_persistence.pyc
│   │   │   ├── soup.py
│   │   │   ├── soup.pyc
│   │   │   ├── sqlalchemy_utils.py
│   │   │   ├── sqlalchemy_utils.pyc
│   │   │   ├── template.py
│   │   │   ├── template.pyc
│   │   │   ├── titles
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── movie.py
│   │   │   │   ├── movie.pyc
│   │   │   │   ├── parser.py
│   │   │   │   ├── parser.pyc
│   │   │   │   ├── series.py
│   │   │   │   └── series.pyc
│   │   │   ├── tools.py
│   │   │   └── tools.pyc
│   │   ├── validator.py
│   │   ├── validator.pyc
│   │   ├── _version.py
│   │   ├── _version.pyc
│   │   ├── webserver.py
│   │   └── webserver.pyc
│   └── FlexGet-2.14.21.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
47 directories, 972 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment