Commit graph

2459 commits

Author SHA1 Message Date
Louis Vézina 8a1135565c Merge branch 'development' into hermes 2020-05-12 08:25:33 -04:00
Louis Vézina e1c9c4c415 WIP 2020-05-12 08:25:03 -04:00
Bazarr 392855b4eb refactor matches 2020-05-12 01:26:39 +01:00
Louis Vézina 1a30974cb7 WIP 2020-05-11 15:09:04 -04:00
morpheus65535 fa903e4ec3
Update README.md 2020-05-11 13:57:12 -04:00
morpheus65535 e10d54ff3c
Merge pull request #979 from redglory/development
Add IPAddressBlocked to VALID_THROTTLE_EXCEPTIONS
2020-05-11 13:54:49 -04:00
Louis Vézina a4a5267b9c WIP 2020-05-11 13:46:34 -04:00
Bazarr 356fb745f0 Add IPAddressBlocked to VALID_THROTTLE_EXCEPTIONS 2020-05-11 15:43:20 +01:00
Louis Vézina 41b18cb5de WIP 2020-05-11 00:39:21 -04:00
Louis Vézina 89c983fbfd WIP 2020-05-10 10:56:48 -04:00
Louis Vézina ec3fa42444 Merge branch 'development' into hermes 2020-05-10 10:42:17 -04:00
Louis Vézina 7354a6d45e WIP 2020-05-10 10:36:00 -04:00
Louis Vézina a1854dbc22 WIP 2020-05-10 09:24:31 -04:00
Louis Vézina 7332acd67a WIP 2020-05-10 09:23:42 -04:00
morpheus65535 ed5a6d7498
Merge pull request #977 from redglory/development
Fixed daily download  limit reached exception and wait until next day
2020-05-09 21:40:57 -04:00
Bazarr 963ae3354a when download limit reached, throttle wait until next day 2020-05-09 23:38:08 +01:00
Bazarr 21f80d2f76 fixed download limit exceeded exception 2020-05-09 23:36:12 +01:00
Bazarr 989e725dd5 just added Legendasdivx to log msgs 2020-05-09 23:10:42 +01:00
morpheus65535 02a47acf4d
Merge pull request #976 from redglory/development
don't raise an exception if compressed format is not supported
2020-05-09 18:06:21 -04:00
Bazarr 35830abd9b don't raise an exception if compressed format is not supported 2020-05-09 23:03:34 +01:00
Louis Vézina 5831c415b6 WIP 2020-05-09 16:50:14 -04:00
Louis Vézina 0c2b0f7dcb WIP 2020-05-09 15:16:29 -04:00
Louis Vézina 3394363edc Merge branch 'development' into hermes
# Conflicts:
#	bazarr/get_providers.py
#	bazarr/main.py
#	views/providers.tpl
2020-05-09 14:48:57 -04:00
Louis Vézina 0b27b0854d WIP 2020-05-09 14:46:41 -04:00
morpheus65535 79a6de7d18
Merge pull request #974 from redglory/development
added skip_wrong_fps match and login on redirection
2020-05-09 14:45:49 -04:00
Bazarr b3550cda20 removed subz from providers.tpl 2020-05-09 19:04:12 +01:00
Bazarr 6bbe33b7f4 missing providers 2020-05-09 18:54:57 +01:00
Bazarr 5f48051e11 missing closing tag 2020-05-09 18:47:48 +01:00
Bazarr 001f947b9b missing RegieLive from views/providers.tpl 2020-05-09 18:46:15 +01:00
Bazarr 81642e3fe2 added skip_wrong_fps match and login again if redirect due to expired session cookies 2020-05-09 18:38:27 +01:00
Louis Vézina 64dbc512dc WIP 2020-05-09 09:24:27 -04:00
Louis Vézina da7addac4e WIP 2020-05-08 22:23:01 -04:00
Louis Vézina 7490e73a10 WIP 2020-05-08 13:01:09 -04:00
Louis Vézina 961fae8aed WIP 2020-05-08 11:37:40 -04:00
morpheus65535 c9ebcd2208
Merge pull request #972 from redglory/development
Improved Exceptions and code more Python3 complying
2020-05-08 10:25:51 -04:00
Bazarr f470448bf9 Improved Exceptions and code more Python3 complying 2020-05-08 15:15:52 +01:00
German Gutierrez fda6b5ef01 betaseries: removing print line used for debug 2020-05-08 14:08:17 +02:00
German Gutierrez dae68d7e8b betaseries: logging 404 errors instead of raising 2020-05-08 13:57:42 +02:00
morpheus65535 1aa06630bf
Merge pull request #971 from redglory/development
Throttle connections to Addic7ed provider throwing IPAddressBlocked
2020-05-08 07:41:57 -04:00
Bazarr 41a66abe68 Throttle connections to Addic7ed provider throwing IPAddressBlocked excpetion 2020-05-08 12:28:06 +01:00
morpheus65535 842e9efdfc
Merge pull request #970 from redglory/development
added new IPAddressBlocked exception and cache Legendasdivx login
2020-05-08 07:22:28 -04:00
Bazarr d9982b36d9 added new IPAddressBlocked exception and cache Legendasdivx login cookies to not throttle site 2020-05-08 10:32:12 +01:00
Louis Vézina c1c7ba5dc3 WIP 2020-05-08 00:22:14 -04:00
morpheus65535 1a3943415a
Merge pull request #969 from redglory/development
fixed retries to get download link to avoid throttling
2020-05-07 20:10:48 -04:00
Moravčík, Marian 106528977a WIP 2020-05-07 15:24:20 +02:00
Bazarr 075f053f17 treat exceptions when HTTPError is returned 2020-05-07 13:47:00 +01:00
Bazarr 83d81a6946 no need to import HTTPerror exception. Not treated 2020-05-07 13:09:50 +01:00
Bazarr 1cdf07884f simplified raise exceptions (raise_for_status() already raises exceptions 2020-05-07 13:07:34 +01:00
Bazarr 8da77a72eb simplig 2020-05-07 12:53:26 +01:00
Louis Vézina 9741ed2b91 WIP 2020-05-07 07:39:59 -04:00