1
0
Fork 0
mirror of synced 2024-05-29 16:40:06 +12:00
Commit graph

681 commits

Author SHA1 Message Date
Ali Parlakci e1a4ac063c (bug) redgifs: fix could not read page source 2021-04-28 19:08:31 +10:00
Serene-Arc 7fcbf623a0 Catch additional errors in site downloaders 2021-04-28 15:20:02 +10:00
Serene-Arc 6a20548269 Catch additional error 2021-04-28 12:03:28 +10:00
Serene-Arc 17499baf61 Add informative error when testing user existence 2021-04-28 12:03:28 +10:00
Serene-Arc e6551bb797 Return banned users as not existing 2021-04-28 12:03:28 +10:00
Serene-Arc db46676dec Catch error when logfile accessed concurrently 2021-04-28 12:03:28 +10:00
Serene-Arc 667aa395e5 Update README 2021-04-28 12:03:28 +10:00
Serene-Arc cb41d4749a Add option to specify logfile location 2021-04-28 12:03:28 +10:00
Serene-Arc 3bc10ce1aa Fix formatting 2021-04-28 12:03:28 +10:00
Serene-Arc fbf8a2748e Fix formatting 2021-04-28 12:03:28 +10:00
Serene-Arc a28c2d3c73 Add missing default argument 2021-04-28 12:03:28 +10:00
Serene-Arc 12c040d85d Fix reference paths 2021-04-28 12:03:28 +10:00
Serene-Arc f5d11107a7 Remove unused imports 2021-04-28 12:03:28 +10:00
Serene-Arc 8cdf926211 Rename function 2021-04-28 12:03:28 +10:00
Serene-Arc 7438543f49 Remove unused variable 2021-04-28 12:03:28 +10:00
Serene-Arc ca495a6677 Add missing typing declaration 2021-04-28 12:03:28 +10:00
Serene-Arc 214c883a10 Simplify regex string slightly 2021-04-28 12:03:28 +10:00
Serene-Arc 386d5ea41c Format file 2021-04-28 12:03:28 +10:00
Serene-Arc 6767777944 Catch requests errors in site downloaders 2021-04-28 12:03:28 +10:00
Serene-Arc d960bc0b7b Use ISO format for timestamps in names 2021-04-28 12:03:28 +10:00
Ali Parlakçı 2eab4052c5
Fix GifDeliveryNetwork link algorithm (#298)
* Catch additional error when parsing site

* Fix GifDeliveryNetwork link algorithm

Co-authored-by: Serene-Arc <serenical@gmail.com>
2021-04-22 10:07:05 +03:00
Ali Parlakci 1c4cfbb580 tests: move outside of the package 2021-04-21 08:29:14 +10:00
Ali Parlakçı bd5afe5333
CONTRIBUTING.md: explain test_config.cfg (#294) 2021-04-20 23:26:45 +03:00
Ali Parlakçı aa43ebd1b8
README.md: add pypi badge (#285) 2021-04-20 19:27:24 +03:00
Ali Parlakçı 7a2c90d321 Set theme jekyll-theme-leap-day 2021-04-20 19:26:00 +03:00
Ali Parlakçı 91553854e6
publish.yml: initial commit 2021-04-20 19:09:46 +03:00
Ali Parlakçı 304028cf42
test.yml: on push master (#284) 2021-04-20 19:07:20 +03:00
Ali Parlakçı d46c25913a
Merge pull request #280 from aliparlakci/v2
V2
2021-04-20 19:02:39 +03:00
Ali Parlakçı 44ad34901c
README.md: drop v2 2021-04-20 19:01:57 +03:00
Ali Parlakçı c0cef487bd
README.md: drop the beta 2021-04-20 19:01:32 +03:00
Ali Parlakci 298509c7fa setup.cfg: add more metadata 2021-04-20 18:57:02 +03:00
Ali Parlakçı 92c7f9bcff
test.yml: upload coverage report (#283) 2021-04-20 17:15:26 +03:00
Ali Parlakçı b355fb6500
test.yml: add coverage report (#282) 2021-04-20 16:43:25 +03:00
Ali Parlakçı 61489dc73d
README.md: clarify python requirement 2021-04-20 16:04:41 +03:00
Ali Parlakci 71664dc70a test.yml: remove unsupported Python versions 2021-04-20 14:32:59 +03:00
vlad doster ee9dec16bf
(feat) test multiple python versions 2021-04-19 15:50:08 -05:00
Serene b37ff0714f Fix time filters (#279) 2021-04-18 16:44:52 +03:00
Ali Parlakçı aefe8b79b6 templates: add issue templates (#276) 2021-04-18 16:44:52 +03:00
Ali Parlakçı 0d407d7a39 Enhance docs 2021-04-18 16:44:52 +03:00
Ali Parlakçı e78ecd5626 README.md: Adds CI status badge 2021-04-18 16:44:52 +03:00
Ali Parlakçı e8abec43a6 Adds continuous integration with Github Actions 2021-04-18 16:44:52 +03:00
Ali Parlakci f483f24e15 test_integration.py: fix skipif test_config 2021-04-18 16:44:52 +03:00
Ali Parlakçı 5e81160e5f test_vreddit: remove flaky test (#272) 2021-04-18 16:44:52 +03:00
Ali Parlakci 8eb374eec6 test_vreddit: fix incorrect file hash 2021-04-18 16:44:52 +03:00
Serene d8752b15fa Add option to skip specified subreddits (#268)
* Rename variables

* Add option to skip specific subreddits

* Update README
2021-04-18 16:44:52 +03:00
Serene-Arc c85ae3fc69 Escape characters 2021-04-18 16:44:52 +03:00
Serene-Arc 52e5120110 Update README 2021-04-18 16:44:52 +03:00
Serene-Arc 9e3e9fa3ef Update CONTRIBUTING 2021-04-18 16:44:52 +03:00
Serene-Arc 48dca9e5ee Fix mistaken backreference in some titles
This should resolve #267
2021-04-18 16:44:52 +03:00
Nathan Spicer-Davis 59ab5d8777 Update extension regex to match URI fragments (#264) 2021-04-18 16:44:52 +03:00