├── .coveragerc ├── .flake8 ├── .gitignore ├── LICENSE ├── Makefile ├── NEWS ├── README.rst ├── docs ├── _ext │ └── cli_reference.py ├── _templates │ └── autosummary-template.rst ├── cli_reference.rst ├── conf.py ├── demo.gif ├── dev_reference.rst ├── docs │ └── demo.gif ├── index.rst ├── installation.rst ├── manual.rst └── quickstart.rst ├── pytest.ini ├── readthedocs.yml ├── setup.py ├── tests ├── conftest.py ├── data │ ├── scene │ │ ├── GET.https___api.srrdb.com_v1_details_Bored.to.Death.S01.EXTRAS.720p.BluRay.x264-iNGOT │ │ ├── GET.https___api.srrdb.com_v1_details_Bored.to.Death.S01.Making.of.720p.BluRay.x264-iNGOT │ │ ├── GET.https___api.srrdb.com_v1_details_Bored.to.Death.S01E04.Deleted.Scene.720p.BluRay.x264-iNGOT.mkv │ │ ├── GET.https___api.srrdb.com_v1_details_Dellamorte.Dellamore.1994.1080p.BluRay.x264-LiViDiTY │ │ ├── GET.https___api.srrdb.com_v1_details_Drunk.History.S01.720p.HDTV.x264-2HD │ │ ├── GET.https___api.srrdb.com_v1_details_Drunk.History.S01E02.720p.HDTV.x264-2HD │ │ ├── GET.https___api.srrdb.com_v1_details_Drunk.History.S01E03.720p.HDTV.x264-2HD │ │ ├── GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01.720p.BluRay.x264-SHORTBREHD │ │ ├── GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E01.720p.BluRay.x264-SHORTBREHD │ │ ├── GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E02.720p.BluRay.x264-SHORTBREHD │ │ ├── GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E03.720p.BluRay.x264-SHORTBREHD │ │ ├── GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E04.720p.BluRay.x264-SHORTBREHD │ │ ├── GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E05.720p.BluRay.x264-SHORTBREHD │ │ ├── GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E06.720p.BluRay.x264-SHORTBREHD │ │ ├── GET.https___api.srrdb.com_v1_details_Foo.2015.1080p.Bluray.DD5.1.x264-DON.mkv │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E01.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E02.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E03.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E04.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E05.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E06.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E07.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E08.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E09.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E10.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E11.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E12.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E13.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E14.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E15.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E16.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Friends.S10E17E18.1080p.BluRay.x264-TENEIGHTY │ │ ├── GET.https___api.srrdb.com_v1_details_Side.Effects.2013.720p.BluRay.x264-SPARKS │ │ ├── GET.https___api.srrdb.com_v1_details_The.Fall.S02.720p.BluRay.x264-7SinS │ │ ├── GET.https___api.srrdb.com_v1_details_The.Fall.S02.DiRFiX.720p.BluRay.x264-7SinS │ │ ├── GET.https___api.srrdb.com_v1_details_The.Fall.S02E01.720p.BluRay.x264-7SinS │ │ ├── GET.https___api.srrdb.com_v1_details_The.Fall.S02E01.REAL.720p.BluRay.x264-7SinS │ │ ├── GET.https___api.srrdb.com_v1_details_The.Fall.S02E02.720p.BluRay.x264-7SinS │ │ ├── GET.https___api.srrdb.com_v1_details_The.Fall.S02E03.720p.BluRay.x264-7SinS │ │ ├── GET.https___api.srrdb.com_v1_details_The.Fall.S02E04.720p.BluRay.x264-7SinS │ │ ├── GET.https___api.srrdb.com_v1_details_The.Fall.S02E06.720p.BluRay.x264-7SinS │ │ ├── GET.https___api.srrdb.com_v1_details_Wrecked.2011.DiRFiX.LIMITED.FRENCH.720p.BluRay.X264-LOST │ │ ├── GET.https___predb.ovh_api_v1__q=bored+to+death+720p+bluray+x264+@team+ingot&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=damnation+720p+web+h264+@team+ajp69&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=damnation+720p+web+h264+s01e03+@team+ajp69&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=dellamorte+dellamore+1994+1080p+bluray+x264+@team+lividity&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+@team+2hd&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+s01e01+@team+killers&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+s01e02+@team+2hd&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+s01e04+@team+evo&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+@team+shortbrehd&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e01+@team+shortbrehd&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e02+@team+shortbrehd&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e03+@team+shortbrehd&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e06+@team+shortbrehd&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=friends+1080p+bluray+x264+@team+teneighty&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=friends+1080p+bluray+x264+@team+teneighty&count=100&page=2 │ │ ├── GET.https___predb.ovh_api_v1__q=friends+1080p+bluray+x264+@team+teneighty&count=100&page=3 │ │ ├── GET.https___predb.ovh_api_v1__q=justified+720p+bluray+x264+@team+reward&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=justified+720p+bluray+x264+s04e01+@team+reward&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=justified+720p+bluray+x264+s04e99+@team+reward&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=ly-dellmdm1080p&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=rampart+2011+1080p+bluray+x264+@team+don&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=side+effects+2013+720p+bluray+x264+@team+sparks&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=the+fall+720p+bluray+x264+@team+7sins&count=100&page=1 │ │ ├── GET.https___predb.ovh_api_v1__q=the+fall+guy+dvdrip+xvid+@team+nodlabs&count=100&page=1 │ │ └── GET.https___predb.ovh_api_v1__q=wrecked+2011+720p+bluray+x264+@team+lost&count=100&page=1 │ ├── trackers │ │ ├── bb.login.auth-failed.html │ │ ├── bb.login.max-attempts.html │ │ ├── bb.login.no-error.html │ │ ├── bb.upload.error1.html │ │ ├── bb.upload.error2.html │ │ ├── bb.upload.warning1.html │ │ ├── nbl.login.auth-failed.html │ │ └── nbl.login.banned.html │ ├── video │ │ └── aspect_ratio.mkv │ └── webdbs │ │ ├── GET.http___api.tvmaze.com_search_shows_q=bron+_+broen │ │ ├── GET.http___api.tvmaze.com_search_shows_q=le+chalet │ │ ├── GET.http___api.tvmaze.com_search_shows_q=something+in+the+rain │ │ ├── GET.http___api.tvmaze.com_search_shows_q=star+wars │ │ ├── GET.http___api.tvmaze.com_search_shows_q=star+wars+clone │ │ ├── GET.http___api.tvmaze.com_search_shows_q=star+wars_+clone+wars │ │ ├── GET.http___api.tvmaze.com_search_shows_q=yes+minister │ │ ├── GET.http___api.tvmaze.com_shows_117_embed[]=cast&embed[]=crew │ │ ├── GET.http___api.tvmaze.com_shows_117_episodebynumber_season=1&number=3 │ │ ├── GET.http___api.tvmaze.com_shows_117_seasons │ │ ├── GET.http___api.tvmaze.com_shows_1259_embed[]=cast&embed[]=crew │ │ ├── GET.http___api.tvmaze.com_shows_1259_seasons │ │ ├── GET.http___api.tvmaze.com_shows_170_embed[]=cast&embed[]=crew │ │ ├── GET.http___api.tvmaze.com_shows_1910_embed[]=cast&embed[]=crew │ │ ├── GET.http___api.tvmaze.com_shows_1910_seasons │ │ ├── GET.http___api.tvmaze.com_shows_35256_embed[]=cast&embed[]=crew │ │ ├── GET.http___api.tvmaze.com_shows_35256_episodebynumber_season=1&number=5 │ │ ├── GET.http___api.tvmaze.com_shows_36072_embed[]=cast&embed[]=crew │ │ ├── GET.http___api.tvmaze.com_shows_36483_embed[]=cast&embed[]=crew │ │ ├── GET.http___api.tvmaze.com_shows_37993_embed[]=cast&embed[]=crew │ │ ├── GET.http___api.tvmaze.com_shows_37993_episodebynumber_season=3&number=10 │ │ ├── GET.http___api.tvmaze.com_shows_83_embed[]=cast&embed[]=crew │ │ ├── GET.http___themoviedb.org_movie_11841 │ │ ├── GET.http___themoviedb.org_movie_125244 │ │ ├── GET.http___themoviedb.org_movie_1406 │ │ ├── GET.http___themoviedb.org_movie_22156 │ │ ├── GET.http___themoviedb.org_movie_334536 │ │ ├── GET.http___themoviedb.org_movie_3405 │ │ ├── GET.http___themoviedb.org_movie_525 │ │ ├── GET.http___themoviedb.org_movie_672464 │ │ ├── GET.http___themoviedb.org_movie_700711 │ │ ├── GET.http___themoviedb.org_search_movie_query=alien+y_1979 │ │ ├── GET.http___themoviedb.org_search_movie_query=alien+y_1986 │ │ ├── GET.http___themoviedb.org_search_movie_query=anyone+can+play+y_1968 │ │ ├── GET.http___themoviedb.org_search_movie_query=ash+vs+evil+dead │ │ ├── GET.http___themoviedb.org_search_movie_query=blues+brothers+y_1980 │ │ ├── GET.http___themoviedb.org_search_movie_query=deadwind+y_2018 │ │ ├── GET.http___themoviedb.org_search_movie_query=deadwood │ │ ├── GET.http___themoviedb.org_search_movie_query=deadwood+y_2004 │ │ ├── GET.http___themoviedb.org_search_movie_query=farang+y_2017 │ │ ├── GET.http___themoviedb.org_search_movie_query=february+y_2017 │ │ ├── GET.http___themoviedb.org_search_movie_query=january+y_1973 │ │ ├── GET.http___themoviedb.org_search_movie_query=january+y_2012 │ │ ├── GET.http___themoviedb.org_search_movie_query=january+y_2015 │ │ ├── GET.http___themoviedb.org_search_movie_query=lost+&+found+music+studios+y_2015 │ │ ├── GET.http___themoviedb.org_search_movie_query=star+wars │ │ ├── GET.http___themoviedb.org_search_movie_query=the+blues+brothers+y_1980 │ │ ├── GET.http___themoviedb.org_search_tv_query=alien+y_1979 │ │ ├── GET.http___themoviedb.org_search_tv_query=alien+y_1986 │ │ ├── GET.http___themoviedb.org_search_tv_query=anyone+can+play+y_1968 │ │ ├── GET.http___themoviedb.org_search_tv_query=ash+vs+evil+dead │ │ ├── GET.http___themoviedb.org_search_tv_query=blues+brothers+y_1980 │ │ ├── GET.http___themoviedb.org_search_tv_query=deadwind+y_2018 │ │ ├── GET.http___themoviedb.org_search_tv_query=deadwood │ │ ├── GET.http___themoviedb.org_search_tv_query=deadwood+y_2004 │ │ ├── GET.http___themoviedb.org_search_tv_query=farang+y_2017 │ │ ├── GET.http___themoviedb.org_search_tv_query=february+y_2017 │ │ ├── GET.http___themoviedb.org_search_tv_query=january+y_1973 │ │ ├── GET.http___themoviedb.org_search_tv_query=january+y_2012 │ │ ├── GET.http___themoviedb.org_search_tv_query=january+y_2015 │ │ ├── GET.http___themoviedb.org_search_tv_query=lost+&+found+music+studios+y_2015 │ │ ├── GET.http___themoviedb.org_search_tv_query=star+wars │ │ ├── GET.http___themoviedb.org_search_tv_query=the+blues+brothers+y_1980 │ │ ├── GET.http___themoviedb.org_tv_111086 │ │ ├── GET.http___themoviedb.org_tv_1406 │ │ ├── GET.http___themoviedb.org_tv_525 │ │ ├── GET.http___themoviedb.org_tv_66260 │ │ ├── GET.http___themoviedb.org_tv_70769 │ │ ├── GET.http___themoviedb.org_tv_74802 │ │ ├── GET.https___www.imdb.com__title_tt0080455_mediaviewer_rm1305239296__ref_=tt_ov_i │ │ ├── GET.https___www.imdb.com__title_tt0097270_mediaviewer_rm913518848__ref_=tt_ov_i │ │ ├── GET.https___www.imdb.com__title_tt0192802_mediaviewer_rm4249241344__ref_=tt_ov_i │ │ ├── GET.https___www.imdb.com__title_tt0348914_mediaviewer_rm616460288__ref_=tt_ov_i │ │ ├── GET.https___www.imdb.com__title_tt0471711_mediaviewer_rm3845527552__ref_=tt_ov_i │ │ ├── GET.https___www.imdb.com__title_tt0556307_mediaviewer_rm2367650560__ref_=tt_ov_i │ │ ├── GET.https___www.imdb.com__title_tt3472226_mediaviewer_rm1965028352__ref_=tt_ov_i │ │ ├── GET.https___www.imdb.com__title_tt6560040_mediaviewer_rm3582025472__ref_=tt_ov_i │ │ ├── GET.https___www.imdb.com_search_title__title=36th+chamber+of+shaolin&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1978-01-01,1978-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=aftermath&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2012-01-01,2012-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=balada+triste+trompeta&title_type=feature,tv_movie,documentary,short,video,tv_short │ │ ├── GET.https___www.imdb.com_search_title__title=balada+triste+trompeta&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2010-01-01,2010-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=balada+triste+trompeta&title_type=tv_series,tv_miniseries │ │ ├── GET.https___www.imdb.com_search_title__title=blues+brothers&release_date=1950-01-01,1950-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=blues+brothers&release_date=1980-01-01,1980-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=blues+brothers&release_date=1998-01-01,1998-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=blues+brothers&title_type=feature,tv_movie,documentary,short,video,tv_short │ │ ├── GET.https___www.imdb.com_search_title__title=blues+brothers&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1980-01-01,1980-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=bron+broen&title_type=tv_series,tv_miniseries&release_date=2011-01-01,2011-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=cyborg&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1989-01-01,1989-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=deadwood&release_date=2004-01-01,2004-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=deadwood&title_type=tv_series,tv_miniseries&release_date=2004-01-01,2004-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=elephant&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1989-01-01,1989-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=february&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2015-01-01,2015-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=hard+boiled&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1992-01-01,1992-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=karppi&title_type=tv_series,tv_miniseries&release_date=2018-01-01,2018-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=my+best+fiend&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1999-01-01,1999-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=olympus+has+fallen&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2013-01-01,2013-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=rampage&title_type=feature,tv_movie,documentary,short,video,tv_short │ │ ├── GET.https___www.imdb.com_search_title__title=rampage&title_type=tv_series,tv_miniseries │ │ ├── GET.https___www.imdb.com_search_title__title=sin+nombre&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2009-01-01,2009-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=star+wars │ │ ├── GET.https___www.imdb.com_search_title__title=star+wars&release_date=1950-01-01,1950-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=star+wars&release_date=2008-01-01,2008-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=star+wars&release_date=2014-01-01,2014-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=star+wars&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1977-01-01,1977-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=star+wars&title_type=tv_series,tv_miniseries │ │ ├── GET.https___www.imdb.com_search_title__title=stone+cold&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1991-01-01,1991-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=the+believer&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2001-01-01,2001-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=the+blues+brothers&release_date=1980-01-01,1980-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=the+deadwood+coach&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1924-01-01,1924-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=the+forest&title_type=tv_series,tv_miniseries&release_date=2017-01-01,2017-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=the+nest&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2002-01-01,2002-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=time+traveling+bong&title_type=feature,tv_movie,documentary,short,video,tv_short │ │ ├── GET.https___www.imdb.com_search_title__title=time+traveling+bong&title_type=tv_series,tv_miniseries │ │ ├── GET.https___www.imdb.com_search_title__title=traffic+light&title_type=tv_series,tv_miniseries&release_date=2008-01-01,2008-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=two+down&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2015-01-01,2015-12-31 │ │ ├── GET.https___www.imdb.com_search_title__title=zero+dark+thirty&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2012-01-01,2012-12-31 │ │ ├── GET.https___www.imdb.com_title_tt0014838_ │ │ ├── GET.https___www.imdb.com_title_tt0048918_ │ │ ├── GET.https___www.imdb.com_title_tt0078243_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0080455_ │ │ ├── GET.https___www.imdb.com_title_tt0080455_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0080455_technical │ │ ├── GET.https___www.imdb.com_title_tt0082242_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0097138_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0097270_ │ │ ├── GET.https___www.imdb.com_title_tt0097270_technical │ │ ├── GET.https___www.imdb.com_title_tt0102984_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0104684_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0149460_ │ │ ├── GET.https___www.imdb.com_title_tt0188030_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0192802_ │ │ ├── GET.https___www.imdb.com_title_tt0192802_technical │ │ ├── GET.https___www.imdb.com_title_tt0200849_ │ │ ├── GET.https___www.imdb.com_title_tt0200849_plotsummary │ │ ├── GET.https___www.imdb.com_title_tt0247199_ │ │ ├── GET.https___www.imdb.com_title_tt0280990_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0348914_ │ │ ├── GET.https___www.imdb.com_title_tt0348914_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0348914_technical │ │ ├── GET.https___www.imdb.com_title_tt0396184_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt0402123_technical │ │ ├── GET.https___www.imdb.com_title_tt0409459_technical │ │ ├── GET.https___www.imdb.com_title_tt0463986_ │ │ ├── GET.https___www.imdb.com_title_tt0471711_ │ │ ├── GET.https___www.imdb.com_title_tt0556307_ │ │ ├── GET.https___www.imdb.com_title_tt0556307_plotsummary │ │ ├── GET.https___www.imdb.com_title_tt0556307_technical │ │ ├── GET.https___www.imdb.com_title_tt0896516_ │ │ ├── GET.https___www.imdb.com_title_tt1127715_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt1405737_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt1413492_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt1520211_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt1526578_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt1572491_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt1733785_ │ │ ├── GET.https___www.imdb.com_title_tt1866210_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt2172934_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt2209300_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt2302755_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt2372162_ │ │ ├── GET.https___www.imdb.com_title_tt3138376_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt3286052_ │ │ ├── GET.https___www.imdb.com_title_tt3286052_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt3323824_technical │ │ ├── GET.https___www.imdb.com_title_tt3472226_ │ │ ├── GET.https___www.imdb.com_title_tt5440238_ │ │ ├── GET.https___www.imdb.com_title_tt6560040_ │ │ ├── GET.https___www.imdb.com_title_tt6560040_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt6560040_technical │ │ ├── GET.https___www.imdb.com_title_tt6616260_ │ │ ├── GET.https___www.imdb.com_title_tt6616260_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt7534328_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt8078816_releaseinfo │ │ ├── GET.https___www.imdb.com_title_tt8168678_releaseinfo │ │ └── GET.https___www.imdb.com_title_tt9616700_releaseinfo ├── errors_test.py ├── jobs_test │ ├── add_torrent_job_test.py │ ├── choice_job_test.py │ ├── copy_torrent_job_test.py │ ├── create_torrent_job_test.py │ ├── custom_job_test.py │ ├── download_location_test.py │ ├── imghost_job_test.py │ ├── jobs_base_test.py │ ├── mediainfo_job_test.py │ ├── queue_job_base_test.py │ ├── scene_check_job_test.py │ ├── scene_search_job_test.py │ ├── screenshots_job_test.py │ ├── set_job_test.py │ ├── submit_job_test.py │ ├── text_field_job_test.py │ └── webdb_search_job_test.py ├── trackers_test │ ├── bb_tracker_config_test.py │ ├── bb_tracker_jobs_test.py │ ├── bb_tracker_test.py │ ├── bhd_tracker_config_test.py │ ├── bhd_tracker_jobs_test.py │ ├── bhd_tracker_test.py │ ├── conftest.py │ ├── nbl_tracker_config_test.py │ ├── nbl_tracker_jobs_test.py │ ├── nbl_tracker_test.py │ ├── tracker_base_test.py │ ├── tracker_config_base_test.py │ ├── tracker_jobs_base_test.py │ └── trackers_test.py ├── uis_test │ └── tui_test │ │ ├── tui_test.py │ │ └── tui_utils_test.py └── utils_test │ ├── argtypes_test.py │ ├── configfiles_test.py │ ├── daemonprocess_test.py │ ├── fs_test.py │ ├── html_test.py │ ├── http_test.py │ ├── image_resize_test.py │ ├── image_screenshot_test.py │ ├── image_test.py │ ├── imghosts_test │ ├── freeimage_test.py │ ├── imgbb_test.py │ ├── imgbox_test.py │ ├── imghost_base_test.py │ ├── imghost_common_test.py │ ├── imghost_test.py │ └── ptpimg_test.py │ ├── iso_test.py │ ├── release_episodes_test.py │ ├── release_info_test.py │ ├── release_name_test.py │ ├── scene_test │ ├── conftest.py │ ├── predbde_test.py │ ├── predbovh_test.py │ ├── scene_base_test.py │ ├── scene_common_test.py │ ├── scene_find_test.py │ ├── scene_test.py │ ├── scene_verify_test.py │ └── srrdb_test.py │ ├── signal_test.py │ ├── string_test.py │ ├── subproc_test.py │ ├── timestamp_test.py │ ├── torrent_create_test.py │ ├── torrent_file_stream_test.py │ ├── types_test.py │ ├── update_test.py │ ├── utils_test.py │ ├── video_test.py │ └── webdbs_test │ ├── conftest.py │ ├── imdb_test.py │ ├── tmdb_test.py │ ├── tvmaze_test.py │ ├── webdbs_base_test.py │ ├── webdbs_common_test.py │ └── webdbs_test.py ├── tox.ini └── upsies ├── __init__.py ├── __main__.py ├── constants.py ├── defaults.py ├── errors.py ├── jobs ├── __init__.py ├── base.py ├── config.py ├── custom.py ├── dialog.py ├── download_location.py ├── imghost.py ├── mediainfo.py ├── scene.py ├── screenshots.py ├── submit.py ├── torrent.py └── webdb.py ├── trackers ├── __init__.py ├── base.py ├── bb │ ├── __init__.py │ ├── config.py │ ├── jobs.py │ └── tracker.py ├── bhd │ ├── __init__.py │ ├── config.py │ ├── jobs.py │ └── tracker.py ├── dummy.py └── nbl │ ├── __init__.py │ ├── config.py │ ├── jobs.py │ └── tracker.py ├── uis ├── __init__.py └── tui │ ├── __init__.py │ ├── commands │ ├── __init__.py │ ├── base.py │ ├── download_location.py │ ├── mediainfo.py │ ├── release_name.py │ ├── scene.py │ ├── screenshots.py │ ├── set.py │ ├── submit.py │ ├── torrent.py │ ├── upload_images.py │ └── webdb.py │ ├── headless.py │ ├── jobwidgets │ ├── __init__.py │ ├── base.py │ ├── config.py │ ├── custom.py │ ├── dialog.py │ ├── download_location.py │ ├── imghost.py │ ├── mediainfo.py │ ├── scene.py │ ├── screenshots.py │ ├── submit.py │ ├── torrent.py │ └── webdb.py │ ├── main.py │ ├── style.py │ ├── tui.py │ ├── utils.py │ └── widgets.py └── utils ├── __init__.py ├── argtypes.py ├── browser.py ├── configfiles.py ├── daemon.py ├── fs.py ├── html.py ├── http.py ├── image.py ├── imghosts ├── __init__.py ├── base.py ├── common.py ├── dummy.py ├── freeimage.py ├── imgbb.py ├── imgbox.py └── ptpimg.py ├── iso.py ├── release.py ├── scene ├── __init__.py ├── base.py ├── common.py ├── find.py ├── predbde.py ├── predbovh.py ├── srrdb.py └── verify.py ├── signal.py ├── string.py ├── subproc.py ├── timestamp.py ├── torrent.py ├── types.py ├── update.py ├── video.py └── webdbs ├── __init__.py ├── base.py ├── common.py ├── imdb.py ├── tmdb.py └── tvmaze.py /.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/.coveragerc -------------------------------------------------------------------------------- /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/.flake8 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/Makefile -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/NEWS -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | The project was moved: https://codeberg.org/plotski/upsies 2 | -------------------------------------------------------------------------------- /docs/_ext/cli_reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/_ext/cli_reference.py -------------------------------------------------------------------------------- /docs/_templates/autosummary-template.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/_templates/autosummary-template.rst -------------------------------------------------------------------------------- /docs/cli_reference.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/cli_reference.rst -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/demo.gif -------------------------------------------------------------------------------- /docs/dev_reference.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/dev_reference.rst -------------------------------------------------------------------------------- /docs/docs/demo.gif: -------------------------------------------------------------------------------- 1 | ../demo.gif -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/installation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/installation.rst -------------------------------------------------------------------------------- /docs/manual.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/manual.rst -------------------------------------------------------------------------------- /docs/quickstart.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/docs/quickstart.rst -------------------------------------------------------------------------------- /pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/pytest.ini -------------------------------------------------------------------------------- /readthedocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/readthedocs.yml -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/setup.py -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/conftest.py -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Bored.to.Death.S01.EXTRAS.720p.BluRay.x264-iNGOT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Bored.to.Death.S01.EXTRAS.720p.BluRay.x264-iNGOT -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Bored.to.Death.S01.Making.of.720p.BluRay.x264-iNGOT: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Bored.to.Death.S01E04.Deleted.Scene.720p.BluRay.x264-iNGOT.mkv: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Dellamorte.Dellamore.1994.1080p.BluRay.x264-LiViDiTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Dellamorte.Dellamore.1994.1080p.BluRay.x264-LiViDiTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Drunk.History.S01.720p.HDTV.x264-2HD: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Drunk.History.S01E02.720p.HDTV.x264-2HD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Drunk.History.S01E02.720p.HDTV.x264-2HD -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Drunk.History.S01E03.720p.HDTV.x264-2HD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Drunk.History.S01E03.720p.HDTV.x264-2HD -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01.720p.BluRay.x264-SHORTBREHD: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E01.720p.BluRay.x264-SHORTBREHD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E01.720p.BluRay.x264-SHORTBREHD -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E02.720p.BluRay.x264-SHORTBREHD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E02.720p.BluRay.x264-SHORTBREHD -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E03.720p.BluRay.x264-SHORTBREHD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E03.720p.BluRay.x264-SHORTBREHD -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E04.720p.BluRay.x264-SHORTBREHD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E04.720p.BluRay.x264-SHORTBREHD -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E05.720p.BluRay.x264-SHORTBREHD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E05.720p.BluRay.x264-SHORTBREHD -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E06.720p.BluRay.x264-SHORTBREHD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Fawlty.Towers.S01E06.720p.BluRay.x264-SHORTBREHD -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Foo.2015.1080p.Bluray.DD5.1.x264-DON.mkv: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E01.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E01.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E02.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E02.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E03.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E03.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E04.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E04.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E05.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E05.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E06.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E06.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E07.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E07.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E08.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E08.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E09.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E09.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E10.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E10.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E11.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E11.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E12.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E12.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E13.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E13.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E14.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E14.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E15.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E15.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E16.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E16.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E17E18.1080p.BluRay.x264-TENEIGHTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Friends.S10E17E18.1080p.BluRay.x264-TENEIGHTY -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Side.Effects.2013.720p.BluRay.x264-SPARKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Side.Effects.2013.720p.BluRay.x264-SPARKS -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02.720p.BluRay.x264-7SinS: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02.DiRFiX.720p.BluRay.x264-7SinS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02.DiRFiX.720p.BluRay.x264-7SinS -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E01.720p.BluRay.x264-7SinS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E01.720p.BluRay.x264-7SinS -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E01.REAL.720p.BluRay.x264-7SinS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E01.REAL.720p.BluRay.x264-7SinS -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E02.720p.BluRay.x264-7SinS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E02.720p.BluRay.x264-7SinS -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E03.720p.BluRay.x264-7SinS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E03.720p.BluRay.x264-7SinS -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E04.720p.BluRay.x264-7SinS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E04.720p.BluRay.x264-7SinS -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E06.720p.BluRay.x264-7SinS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_The.Fall.S02E06.720p.BluRay.x264-7SinS -------------------------------------------------------------------------------- /tests/data/scene/GET.https___api.srrdb.com_v1_details_Wrecked.2011.DiRFiX.LIMITED.FRENCH.720p.BluRay.X264-LOST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___api.srrdb.com_v1_details_Wrecked.2011.DiRFiX.LIMITED.FRENCH.720p.BluRay.X264-LOST -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=bored+to+death+720p+bluray+x264+@team+ingot&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=bored+to+death+720p+bluray+x264+@team+ingot&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=damnation+720p+web+h264+@team+ajp69&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=damnation+720p+web+h264+@team+ajp69&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=damnation+720p+web+h264+s01e03+@team+ajp69&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=damnation+720p+web+h264+s01e03+@team+ajp69&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=dellamorte+dellamore+1994+1080p+bluray+x264+@team+lividity&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=dellamorte+dellamore+1994+1080p+bluray+x264+@team+lividity&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+@team+2hd&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+@team+2hd&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+s01e01+@team+killers&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+s01e01+@team+killers&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+s01e02+@team+2hd&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+s01e02+@team+2hd&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+s01e04+@team+evo&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=drunk+history+720p+hdtv+x264+s01e04+@team+evo&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+@team+shortbrehd&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+@team+shortbrehd&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e01+@team+shortbrehd&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e01+@team+shortbrehd&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e02+@team+shortbrehd&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e02+@team+shortbrehd&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e03+@team+shortbrehd&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e03+@team+shortbrehd&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e06+@team+shortbrehd&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=fawlty+towers+720p+bluray+x264+s01e06+@team+shortbrehd&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=friends+1080p+bluray+x264+@team+teneighty&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=friends+1080p+bluray+x264+@team+teneighty&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=friends+1080p+bluray+x264+@team+teneighty&count=100&page=2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=friends+1080p+bluray+x264+@team+teneighty&count=100&page=2 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=friends+1080p+bluray+x264+@team+teneighty&count=100&page=3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=friends+1080p+bluray+x264+@team+teneighty&count=100&page=3 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=justified+720p+bluray+x264+@team+reward&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=justified+720p+bluray+x264+@team+reward&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=justified+720p+bluray+x264+s04e01+@team+reward&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=justified+720p+bluray+x264+s04e01+@team+reward&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=justified+720p+bluray+x264+s04e99+@team+reward&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=justified+720p+bluray+x264+s04e99+@team+reward&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=ly-dellmdm1080p&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=ly-dellmdm1080p&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=rampart+2011+1080p+bluray+x264+@team+don&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=rampart+2011+1080p+bluray+x264+@team+don&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=side+effects+2013+720p+bluray+x264+@team+sparks&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=side+effects+2013+720p+bluray+x264+@team+sparks&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=the+fall+720p+bluray+x264+@team+7sins&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=the+fall+720p+bluray+x264+@team+7sins&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=the+fall+guy+dvdrip+xvid+@team+nodlabs&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=the+fall+guy+dvdrip+xvid+@team+nodlabs&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/scene/GET.https___predb.ovh_api_v1__q=wrecked+2011+720p+bluray+x264+@team+lost&count=100&page=1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/scene/GET.https___predb.ovh_api_v1__q=wrecked+2011+720p+bluray+x264+@team+lost&count=100&page=1 -------------------------------------------------------------------------------- /tests/data/trackers/bb.login.auth-failed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/trackers/bb.login.auth-failed.html -------------------------------------------------------------------------------- /tests/data/trackers/bb.login.max-attempts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/trackers/bb.login.max-attempts.html -------------------------------------------------------------------------------- /tests/data/trackers/bb.login.no-error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/trackers/bb.login.no-error.html -------------------------------------------------------------------------------- /tests/data/trackers/bb.upload.error1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/trackers/bb.upload.error1.html -------------------------------------------------------------------------------- /tests/data/trackers/bb.upload.error2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/trackers/bb.upload.error2.html -------------------------------------------------------------------------------- /tests/data/trackers/bb.upload.warning1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/trackers/bb.upload.warning1.html -------------------------------------------------------------------------------- /tests/data/trackers/nbl.login.auth-failed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/trackers/nbl.login.auth-failed.html -------------------------------------------------------------------------------- /tests/data/trackers/nbl.login.banned.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/trackers/nbl.login.banned.html -------------------------------------------------------------------------------- /tests/data/video/aspect_ratio.mkv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/video/aspect_ratio.mkv -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=bron+_+broen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=bron+_+broen -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=le+chalet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=le+chalet -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=something+in+the+rain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=something+in+the+rain -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=star+wars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=star+wars -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=star+wars+clone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=star+wars+clone -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=star+wars_+clone+wars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=star+wars_+clone+wars -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=yes+minister: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_search_shows_q=yes+minister -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_117_embed[]=cast&embed[]=crew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_117_embed[]=cast&embed[]=crew -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_117_episodebynumber_season=1&number=3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_117_episodebynumber_season=1&number=3 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_117_seasons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_117_seasons -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_1259_embed[]=cast&embed[]=crew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_1259_embed[]=cast&embed[]=crew -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_1259_seasons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_1259_seasons -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_170_embed[]=cast&embed[]=crew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_170_embed[]=cast&embed[]=crew -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_1910_embed[]=cast&embed[]=crew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_1910_embed[]=cast&embed[]=crew -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_1910_seasons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_1910_seasons -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_35256_embed[]=cast&embed[]=crew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_35256_embed[]=cast&embed[]=crew -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_35256_episodebynumber_season=1&number=5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_35256_episodebynumber_season=1&number=5 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_36072_embed[]=cast&embed[]=crew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_36072_embed[]=cast&embed[]=crew -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_36483_embed[]=cast&embed[]=crew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_36483_embed[]=cast&embed[]=crew -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_37993_embed[]=cast&embed[]=crew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_37993_embed[]=cast&embed[]=crew -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_37993_episodebynumber_season=3&number=10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_37993_episodebynumber_season=3&number=10 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___api.tvmaze.com_shows_83_embed[]=cast&embed[]=crew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___api.tvmaze.com_shows_83_embed[]=cast&embed[]=crew -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_movie_11841: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_movie_11841 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_movie_125244: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_movie_125244 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_movie_1406: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_movie_1406 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_movie_22156: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_movie_22156 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_movie_334536: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_movie_334536 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_movie_3405: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_movie_3405 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_movie_525: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_movie_525 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_movie_672464: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_movie_672464 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_movie_700711: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_movie_700711 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=alien+y_1979: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=alien+y_1979 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=alien+y_1986: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=alien+y_1986 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=anyone+can+play+y_1968: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=anyone+can+play+y_1968 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=ash+vs+evil+dead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=ash+vs+evil+dead -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=blues+brothers+y_1980: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=blues+brothers+y_1980 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=deadwind+y_2018: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=deadwind+y_2018 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=deadwood: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=deadwood -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=deadwood+y_2004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=deadwood+y_2004 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=farang+y_2017: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=farang+y_2017 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=february+y_2017: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=february+y_2017 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=january+y_1973: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=january+y_1973 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=january+y_2012: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=january+y_2012 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=january+y_2015: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=january+y_2015 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=lost+&+found+music+studios+y_2015: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=lost+&+found+music+studios+y_2015 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=star+wars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=star+wars -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=the+blues+brothers+y_1980: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_movie_query=the+blues+brothers+y_1980 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=alien+y_1979: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=alien+y_1979 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=alien+y_1986: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=alien+y_1986 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=anyone+can+play+y_1968: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=anyone+can+play+y_1968 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=ash+vs+evil+dead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=ash+vs+evil+dead -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=blues+brothers+y_1980: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=blues+brothers+y_1980 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=deadwind+y_2018: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=deadwind+y_2018 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=deadwood: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=deadwood -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=deadwood+y_2004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=deadwood+y_2004 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=farang+y_2017: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=farang+y_2017 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=february+y_2017: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=february+y_2017 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=january+y_1973: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=january+y_1973 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=january+y_2012: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=january+y_2012 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=january+y_2015: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=january+y_2015 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=lost+&+found+music+studios+y_2015: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=lost+&+found+music+studios+y_2015 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=star+wars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=star+wars -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=the+blues+brothers+y_1980: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_search_tv_query=the+blues+brothers+y_1980 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_tv_111086: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_tv_111086 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_tv_1406: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_tv_1406 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_tv_525: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_tv_525 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_tv_66260: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_tv_66260 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_tv_70769: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_tv_70769 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.http___themoviedb.org_tv_74802: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.http___themoviedb.org_tv_74802 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com__title_tt0080455_mediaviewer_rm1305239296__ref_=tt_ov_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com__title_tt0080455_mediaviewer_rm1305239296__ref_=tt_ov_i -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com__title_tt0097270_mediaviewer_rm913518848__ref_=tt_ov_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com__title_tt0097270_mediaviewer_rm913518848__ref_=tt_ov_i -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com__title_tt0192802_mediaviewer_rm4249241344__ref_=tt_ov_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com__title_tt0192802_mediaviewer_rm4249241344__ref_=tt_ov_i -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com__title_tt0348914_mediaviewer_rm616460288__ref_=tt_ov_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com__title_tt0348914_mediaviewer_rm616460288__ref_=tt_ov_i -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com__title_tt0471711_mediaviewer_rm3845527552__ref_=tt_ov_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com__title_tt0471711_mediaviewer_rm3845527552__ref_=tt_ov_i -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com__title_tt0556307_mediaviewer_rm2367650560__ref_=tt_ov_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com__title_tt0556307_mediaviewer_rm2367650560__ref_=tt_ov_i -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com__title_tt3472226_mediaviewer_rm1965028352__ref_=tt_ov_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com__title_tt3472226_mediaviewer_rm1965028352__ref_=tt_ov_i -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com__title_tt6560040_mediaviewer_rm3582025472__ref_=tt_ov_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com__title_tt6560040_mediaviewer_rm3582025472__ref_=tt_ov_i -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=36th+chamber+of+shaolin&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1978-01-01,1978-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=36th+chamber+of+shaolin&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1978-01-01,1978-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=aftermath&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2012-01-01,2012-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=aftermath&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2012-01-01,2012-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=balada+triste+trompeta&title_type=feature,tv_movie,documentary,short,video,tv_short: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=balada+triste+trompeta&title_type=feature,tv_movie,documentary,short,video,tv_short -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=balada+triste+trompeta&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2010-01-01,2010-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=balada+triste+trompeta&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2010-01-01,2010-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=balada+triste+trompeta&title_type=tv_series,tv_miniseries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=balada+triste+trompeta&title_type=tv_series,tv_miniseries -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&release_date=1950-01-01,1950-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&release_date=1950-01-01,1950-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&release_date=1980-01-01,1980-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&release_date=1980-01-01,1980-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&release_date=1998-01-01,1998-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&release_date=1998-01-01,1998-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&title_type=feature,tv_movie,documentary,short,video,tv_short: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&title_type=feature,tv_movie,documentary,short,video,tv_short -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1980-01-01,1980-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=blues+brothers&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1980-01-01,1980-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=bron+broen&title_type=tv_series,tv_miniseries&release_date=2011-01-01,2011-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=bron+broen&title_type=tv_series,tv_miniseries&release_date=2011-01-01,2011-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=cyborg&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1989-01-01,1989-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=cyborg&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1989-01-01,1989-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=deadwood&release_date=2004-01-01,2004-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=deadwood&release_date=2004-01-01,2004-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=deadwood&title_type=tv_series,tv_miniseries&release_date=2004-01-01,2004-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=deadwood&title_type=tv_series,tv_miniseries&release_date=2004-01-01,2004-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=elephant&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1989-01-01,1989-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=elephant&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1989-01-01,1989-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=february&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2015-01-01,2015-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=february&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2015-01-01,2015-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=hard+boiled&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1992-01-01,1992-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=hard+boiled&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1992-01-01,1992-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=karppi&title_type=tv_series,tv_miniseries&release_date=2018-01-01,2018-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=karppi&title_type=tv_series,tv_miniseries&release_date=2018-01-01,2018-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=my+best+fiend&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1999-01-01,1999-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=my+best+fiend&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1999-01-01,1999-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=olympus+has+fallen&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2013-01-01,2013-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=olympus+has+fallen&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2013-01-01,2013-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=rampage&title_type=feature,tv_movie,documentary,short,video,tv_short: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=rampage&title_type=feature,tv_movie,documentary,short,video,tv_short -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=rampage&title_type=tv_series,tv_miniseries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=rampage&title_type=tv_series,tv_miniseries -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=sin+nombre&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2009-01-01,2009-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=sin+nombre&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2009-01-01,2009-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&release_date=1950-01-01,1950-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&release_date=1950-01-01,1950-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&release_date=2008-01-01,2008-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&release_date=2008-01-01,2008-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&release_date=2014-01-01,2014-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&release_date=2014-01-01,2014-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1977-01-01,1977-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1977-01-01,1977-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&title_type=tv_series,tv_miniseries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=star+wars&title_type=tv_series,tv_miniseries -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=stone+cold&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1991-01-01,1991-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=stone+cold&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1991-01-01,1991-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+believer&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2001-01-01,2001-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+believer&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2001-01-01,2001-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+blues+brothers&release_date=1980-01-01,1980-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+blues+brothers&release_date=1980-01-01,1980-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+deadwood+coach&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1924-01-01,1924-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+deadwood+coach&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=1924-01-01,1924-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+forest&title_type=tv_series,tv_miniseries&release_date=2017-01-01,2017-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+forest&title_type=tv_series,tv_miniseries&release_date=2017-01-01,2017-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+nest&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2002-01-01,2002-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=the+nest&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2002-01-01,2002-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=time+traveling+bong&title_type=feature,tv_movie,documentary,short,video,tv_short: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=time+traveling+bong&title_type=feature,tv_movie,documentary,short,video,tv_short -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=time+traveling+bong&title_type=tv_series,tv_miniseries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=time+traveling+bong&title_type=tv_series,tv_miniseries -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=traffic+light&title_type=tv_series,tv_miniseries&release_date=2008-01-01,2008-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=traffic+light&title_type=tv_series,tv_miniseries&release_date=2008-01-01,2008-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=two+down&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2015-01-01,2015-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=two+down&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2015-01-01,2015-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_search_title__title=zero+dark+thirty&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2012-01-01,2012-12-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_search_title__title=zero+dark+thirty&title_type=feature,tv_movie,documentary,short,video,tv_short&release_date=2012-01-01,2012-12-31 -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0014838_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0014838_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0048918_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0048918_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0078243_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0078243_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0080455_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0080455_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0080455_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0080455_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0080455_technical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0080455_technical -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0082242_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0082242_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0097138_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0097138_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0097270_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0097270_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0097270_technical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0097270_technical -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0102984_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0102984_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0104684_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0104684_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0149460_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0149460_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0188030_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0188030_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0192802_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0192802_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0192802_technical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0192802_technical -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0200849_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0200849_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0200849_plotsummary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0200849_plotsummary -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0247199_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0247199_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0280990_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0280990_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0348914_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0348914_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0348914_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0348914_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0348914_technical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0348914_technical -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0396184_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0396184_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0402123_technical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0402123_technical -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0409459_technical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0409459_technical -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0463986_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0463986_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0471711_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0471711_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0556307_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0556307_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0556307_plotsummary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0556307_plotsummary -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0556307_technical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0556307_technical -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt0896516_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt0896516_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt1127715_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt1127715_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt1405737_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt1405737_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt1413492_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt1413492_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt1520211_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt1520211_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt1526578_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt1526578_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt1572491_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt1572491_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt1733785_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt1733785_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt1866210_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt1866210_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt2172934_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt2172934_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt2209300_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt2209300_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt2302755_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt2302755_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt2372162_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt2372162_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt3138376_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt3138376_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt3286052_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt3286052_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt3286052_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt3286052_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt3323824_technical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt3323824_technical -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt3472226_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt3472226_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt5440238_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt5440238_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt6560040_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt6560040_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt6560040_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt6560040_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt6560040_technical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt6560040_technical -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt6616260_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt6616260_ -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt6616260_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt6616260_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt7534328_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt7534328_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt8078816_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt8078816_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt8168678_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt8168678_releaseinfo -------------------------------------------------------------------------------- /tests/data/webdbs/GET.https___www.imdb.com_title_tt9616700_releaseinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/data/webdbs/GET.https___www.imdb.com_title_tt9616700_releaseinfo -------------------------------------------------------------------------------- /tests/errors_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/errors_test.py -------------------------------------------------------------------------------- /tests/jobs_test/add_torrent_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/add_torrent_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/choice_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/choice_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/copy_torrent_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/copy_torrent_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/create_torrent_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/create_torrent_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/custom_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/custom_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/download_location_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/download_location_test.py -------------------------------------------------------------------------------- /tests/jobs_test/imghost_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/imghost_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/jobs_base_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/jobs_base_test.py -------------------------------------------------------------------------------- /tests/jobs_test/mediainfo_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/mediainfo_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/queue_job_base_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/queue_job_base_test.py -------------------------------------------------------------------------------- /tests/jobs_test/scene_check_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/scene_check_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/scene_search_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/scene_search_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/screenshots_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/screenshots_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/set_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/set_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/submit_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/submit_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/text_field_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/text_field_job_test.py -------------------------------------------------------------------------------- /tests/jobs_test/webdb_search_job_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/jobs_test/webdb_search_job_test.py -------------------------------------------------------------------------------- /tests/trackers_test/bb_tracker_config_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/bb_tracker_config_test.py -------------------------------------------------------------------------------- /tests/trackers_test/bb_tracker_jobs_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/bb_tracker_jobs_test.py -------------------------------------------------------------------------------- /tests/trackers_test/bb_tracker_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/bb_tracker_test.py -------------------------------------------------------------------------------- /tests/trackers_test/bhd_tracker_config_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/bhd_tracker_config_test.py -------------------------------------------------------------------------------- /tests/trackers_test/bhd_tracker_jobs_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/bhd_tracker_jobs_test.py -------------------------------------------------------------------------------- /tests/trackers_test/bhd_tracker_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/bhd_tracker_test.py -------------------------------------------------------------------------------- /tests/trackers_test/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/conftest.py -------------------------------------------------------------------------------- /tests/trackers_test/nbl_tracker_config_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/nbl_tracker_config_test.py -------------------------------------------------------------------------------- /tests/trackers_test/nbl_tracker_jobs_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/nbl_tracker_jobs_test.py -------------------------------------------------------------------------------- /tests/trackers_test/nbl_tracker_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/nbl_tracker_test.py -------------------------------------------------------------------------------- /tests/trackers_test/tracker_base_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/tracker_base_test.py -------------------------------------------------------------------------------- /tests/trackers_test/tracker_config_base_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/tracker_config_base_test.py -------------------------------------------------------------------------------- /tests/trackers_test/tracker_jobs_base_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/tracker_jobs_base_test.py -------------------------------------------------------------------------------- /tests/trackers_test/trackers_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/trackers_test/trackers_test.py -------------------------------------------------------------------------------- /tests/uis_test/tui_test/tui_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/uis_test/tui_test/tui_test.py -------------------------------------------------------------------------------- /tests/uis_test/tui_test/tui_utils_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/uis_test/tui_test/tui_utils_test.py -------------------------------------------------------------------------------- /tests/utils_test/argtypes_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/argtypes_test.py -------------------------------------------------------------------------------- /tests/utils_test/configfiles_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/configfiles_test.py -------------------------------------------------------------------------------- /tests/utils_test/daemonprocess_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/daemonprocess_test.py -------------------------------------------------------------------------------- /tests/utils_test/fs_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/fs_test.py -------------------------------------------------------------------------------- /tests/utils_test/html_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/html_test.py -------------------------------------------------------------------------------- /tests/utils_test/http_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/http_test.py -------------------------------------------------------------------------------- /tests/utils_test/image_resize_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/image_resize_test.py -------------------------------------------------------------------------------- /tests/utils_test/image_screenshot_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/image_screenshot_test.py -------------------------------------------------------------------------------- /tests/utils_test/image_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/image_test.py -------------------------------------------------------------------------------- /tests/utils_test/imghosts_test/freeimage_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/imghosts_test/freeimage_test.py -------------------------------------------------------------------------------- /tests/utils_test/imghosts_test/imgbb_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/imghosts_test/imgbb_test.py -------------------------------------------------------------------------------- /tests/utils_test/imghosts_test/imgbox_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/imghosts_test/imgbox_test.py -------------------------------------------------------------------------------- /tests/utils_test/imghosts_test/imghost_base_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/imghosts_test/imghost_base_test.py -------------------------------------------------------------------------------- /tests/utils_test/imghosts_test/imghost_common_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/imghosts_test/imghost_common_test.py -------------------------------------------------------------------------------- /tests/utils_test/imghosts_test/imghost_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/imghosts_test/imghost_test.py -------------------------------------------------------------------------------- /tests/utils_test/imghosts_test/ptpimg_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/imghosts_test/ptpimg_test.py -------------------------------------------------------------------------------- /tests/utils_test/iso_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/iso_test.py -------------------------------------------------------------------------------- /tests/utils_test/release_episodes_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/release_episodes_test.py -------------------------------------------------------------------------------- /tests/utils_test/release_info_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/release_info_test.py -------------------------------------------------------------------------------- /tests/utils_test/release_name_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/release_name_test.py -------------------------------------------------------------------------------- /tests/utils_test/scene_test/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/scene_test/conftest.py -------------------------------------------------------------------------------- /tests/utils_test/scene_test/predbde_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/scene_test/predbde_test.py -------------------------------------------------------------------------------- /tests/utils_test/scene_test/predbovh_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/scene_test/predbovh_test.py -------------------------------------------------------------------------------- /tests/utils_test/scene_test/scene_base_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/scene_test/scene_base_test.py -------------------------------------------------------------------------------- /tests/utils_test/scene_test/scene_common_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/scene_test/scene_common_test.py -------------------------------------------------------------------------------- /tests/utils_test/scene_test/scene_find_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/scene_test/scene_find_test.py -------------------------------------------------------------------------------- /tests/utils_test/scene_test/scene_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/scene_test/scene_test.py -------------------------------------------------------------------------------- /tests/utils_test/scene_test/scene_verify_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/scene_test/scene_verify_test.py -------------------------------------------------------------------------------- /tests/utils_test/scene_test/srrdb_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/scene_test/srrdb_test.py -------------------------------------------------------------------------------- /tests/utils_test/signal_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/signal_test.py -------------------------------------------------------------------------------- /tests/utils_test/string_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/string_test.py -------------------------------------------------------------------------------- /tests/utils_test/subproc_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/subproc_test.py -------------------------------------------------------------------------------- /tests/utils_test/timestamp_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/timestamp_test.py -------------------------------------------------------------------------------- /tests/utils_test/torrent_create_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/torrent_create_test.py -------------------------------------------------------------------------------- /tests/utils_test/torrent_file_stream_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/torrent_file_stream_test.py -------------------------------------------------------------------------------- /tests/utils_test/types_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/types_test.py -------------------------------------------------------------------------------- /tests/utils_test/update_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/update_test.py -------------------------------------------------------------------------------- /tests/utils_test/utils_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/utils_test.py -------------------------------------------------------------------------------- /tests/utils_test/video_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/video_test.py -------------------------------------------------------------------------------- /tests/utils_test/webdbs_test/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/webdbs_test/conftest.py -------------------------------------------------------------------------------- /tests/utils_test/webdbs_test/imdb_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/webdbs_test/imdb_test.py -------------------------------------------------------------------------------- /tests/utils_test/webdbs_test/tmdb_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/webdbs_test/tmdb_test.py -------------------------------------------------------------------------------- /tests/utils_test/webdbs_test/tvmaze_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/webdbs_test/tvmaze_test.py -------------------------------------------------------------------------------- /tests/utils_test/webdbs_test/webdbs_base_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/webdbs_test/webdbs_base_test.py -------------------------------------------------------------------------------- /tests/utils_test/webdbs_test/webdbs_common_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/webdbs_test/webdbs_common_test.py -------------------------------------------------------------------------------- /tests/utils_test/webdbs_test/webdbs_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tests/utils_test/webdbs_test/webdbs_test.py -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/tox.ini -------------------------------------------------------------------------------- /upsies/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/__init__.py -------------------------------------------------------------------------------- /upsies/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/__main__.py -------------------------------------------------------------------------------- /upsies/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/constants.py -------------------------------------------------------------------------------- /upsies/defaults.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/defaults.py -------------------------------------------------------------------------------- /upsies/errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/errors.py -------------------------------------------------------------------------------- /upsies/jobs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/__init__.py -------------------------------------------------------------------------------- /upsies/jobs/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/base.py -------------------------------------------------------------------------------- /upsies/jobs/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/config.py -------------------------------------------------------------------------------- /upsies/jobs/custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/custom.py -------------------------------------------------------------------------------- /upsies/jobs/dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/dialog.py -------------------------------------------------------------------------------- /upsies/jobs/download_location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/download_location.py -------------------------------------------------------------------------------- /upsies/jobs/imghost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/imghost.py -------------------------------------------------------------------------------- /upsies/jobs/mediainfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/mediainfo.py -------------------------------------------------------------------------------- /upsies/jobs/scene.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/scene.py -------------------------------------------------------------------------------- /upsies/jobs/screenshots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/screenshots.py -------------------------------------------------------------------------------- /upsies/jobs/submit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/submit.py -------------------------------------------------------------------------------- /upsies/jobs/torrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/torrent.py -------------------------------------------------------------------------------- /upsies/jobs/webdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/jobs/webdb.py -------------------------------------------------------------------------------- /upsies/trackers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/__init__.py -------------------------------------------------------------------------------- /upsies/trackers/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/base.py -------------------------------------------------------------------------------- /upsies/trackers/bb/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/bb/__init__.py -------------------------------------------------------------------------------- /upsies/trackers/bb/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/bb/config.py -------------------------------------------------------------------------------- /upsies/trackers/bb/jobs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/bb/jobs.py -------------------------------------------------------------------------------- /upsies/trackers/bb/tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/bb/tracker.py -------------------------------------------------------------------------------- /upsies/trackers/bhd/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/bhd/__init__.py -------------------------------------------------------------------------------- /upsies/trackers/bhd/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/bhd/config.py -------------------------------------------------------------------------------- /upsies/trackers/bhd/jobs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/bhd/jobs.py -------------------------------------------------------------------------------- /upsies/trackers/bhd/tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/bhd/tracker.py -------------------------------------------------------------------------------- /upsies/trackers/dummy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/dummy.py -------------------------------------------------------------------------------- /upsies/trackers/nbl/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/nbl/__init__.py -------------------------------------------------------------------------------- /upsies/trackers/nbl/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/nbl/config.py -------------------------------------------------------------------------------- /upsies/trackers/nbl/jobs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/nbl/jobs.py -------------------------------------------------------------------------------- /upsies/trackers/nbl/tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/trackers/nbl/tracker.py -------------------------------------------------------------------------------- /upsies/uis/__init__.py: -------------------------------------------------------------------------------- 1 | """ 2 | User interfaces 3 | """ 4 | -------------------------------------------------------------------------------- /upsies/uis/tui/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/__init__.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/__init__.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/base.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/download_location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/download_location.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/mediainfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/mediainfo.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/release_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/release_name.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/scene.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/scene.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/screenshots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/screenshots.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/set.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/submit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/submit.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/torrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/torrent.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/upload_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/upload_images.py -------------------------------------------------------------------------------- /upsies/uis/tui/commands/webdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/commands/webdb.py -------------------------------------------------------------------------------- /upsies/uis/tui/headless.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/headless.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/__init__.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/base.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/config.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/custom.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/dialog.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/download_location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/download_location.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/imghost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/imghost.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/mediainfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/mediainfo.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/scene.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/scene.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/screenshots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/screenshots.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/submit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/submit.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/torrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/torrent.py -------------------------------------------------------------------------------- /upsies/uis/tui/jobwidgets/webdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/jobwidgets/webdb.py -------------------------------------------------------------------------------- /upsies/uis/tui/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/main.py -------------------------------------------------------------------------------- /upsies/uis/tui/style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/style.py -------------------------------------------------------------------------------- /upsies/uis/tui/tui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/tui.py -------------------------------------------------------------------------------- /upsies/uis/tui/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/utils.py -------------------------------------------------------------------------------- /upsies/uis/tui/widgets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/uis/tui/widgets.py -------------------------------------------------------------------------------- /upsies/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/__init__.py -------------------------------------------------------------------------------- /upsies/utils/argtypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/argtypes.py -------------------------------------------------------------------------------- /upsies/utils/browser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/browser.py -------------------------------------------------------------------------------- /upsies/utils/configfiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/configfiles.py -------------------------------------------------------------------------------- /upsies/utils/daemon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/daemon.py -------------------------------------------------------------------------------- /upsies/utils/fs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/fs.py -------------------------------------------------------------------------------- /upsies/utils/html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/html.py -------------------------------------------------------------------------------- /upsies/utils/http.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/http.py -------------------------------------------------------------------------------- /upsies/utils/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/image.py -------------------------------------------------------------------------------- /upsies/utils/imghosts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/imghosts/__init__.py -------------------------------------------------------------------------------- /upsies/utils/imghosts/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/imghosts/base.py -------------------------------------------------------------------------------- /upsies/utils/imghosts/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/imghosts/common.py -------------------------------------------------------------------------------- /upsies/utils/imghosts/dummy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/imghosts/dummy.py -------------------------------------------------------------------------------- /upsies/utils/imghosts/freeimage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/imghosts/freeimage.py -------------------------------------------------------------------------------- /upsies/utils/imghosts/imgbb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/imghosts/imgbb.py -------------------------------------------------------------------------------- /upsies/utils/imghosts/imgbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/imghosts/imgbox.py -------------------------------------------------------------------------------- /upsies/utils/imghosts/ptpimg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/imghosts/ptpimg.py -------------------------------------------------------------------------------- /upsies/utils/iso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/iso.py -------------------------------------------------------------------------------- /upsies/utils/release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/release.py -------------------------------------------------------------------------------- /upsies/utils/scene/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/scene/__init__.py -------------------------------------------------------------------------------- /upsies/utils/scene/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/scene/base.py -------------------------------------------------------------------------------- /upsies/utils/scene/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/scene/common.py -------------------------------------------------------------------------------- /upsies/utils/scene/find.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/scene/find.py -------------------------------------------------------------------------------- /upsies/utils/scene/predbde.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/scene/predbde.py -------------------------------------------------------------------------------- /upsies/utils/scene/predbovh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/scene/predbovh.py -------------------------------------------------------------------------------- /upsies/utils/scene/srrdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/scene/srrdb.py -------------------------------------------------------------------------------- /upsies/utils/scene/verify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/scene/verify.py -------------------------------------------------------------------------------- /upsies/utils/signal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/signal.py -------------------------------------------------------------------------------- /upsies/utils/string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/string.py -------------------------------------------------------------------------------- /upsies/utils/subproc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/subproc.py -------------------------------------------------------------------------------- /upsies/utils/timestamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/timestamp.py -------------------------------------------------------------------------------- /upsies/utils/torrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/torrent.py -------------------------------------------------------------------------------- /upsies/utils/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/types.py -------------------------------------------------------------------------------- /upsies/utils/update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/update.py -------------------------------------------------------------------------------- /upsies/utils/video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/video.py -------------------------------------------------------------------------------- /upsies/utils/webdbs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/webdbs/__init__.py -------------------------------------------------------------------------------- /upsies/utils/webdbs/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/webdbs/base.py -------------------------------------------------------------------------------- /upsies/utils/webdbs/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/webdbs/common.py -------------------------------------------------------------------------------- /upsies/utils/webdbs/imdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/webdbs/imdb.py -------------------------------------------------------------------------------- /upsies/utils/webdbs/tmdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/webdbs/tmdb.py -------------------------------------------------------------------------------- /upsies/utils/webdbs/tvmaze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plotski/upsies/HEAD/upsies/utils/webdbs/tvmaze.py --------------------------------------------------------------------------------