mirror of
https://github.com/Iron-Row/claim_itch.git
synced 2026-03-11 08:54:39 +00:00
add megathread 8 and disable older sources
This commit is contained in:
parent
da06865aaf
commit
06e16c485a
1 changed files with 14 additions and 11 deletions
|
|
@ -60,18 +60,21 @@ from selenium.common.exceptions import NoSuchElementException
|
|||
|
||||
# add any itch sale/collection or reddit thread to this set
|
||||
SOURCES = {
|
||||
'https://itch.io/c/757294/games-to-help-you-stay-inside',
|
||||
'https://itch.io/c/759545/self-isolation-on-a-budget',
|
||||
'https://old.reddit.com/r/FreeGameFindings/comments/fka4be/itchio_mega_thread/',
|
||||
'https://old.reddit.com/r/GameDeals/comments/fkq5c3/itchio_a_collecting_compiling_almost_every_single',
|
||||
'https://itch.io/c/537762/already-claimed-will-be-on-sale-again',
|
||||
'https://old.reddit.com/r/FreeGameFindings/comments/fxhotl/itchio_mega_thread/',
|
||||
'https://old.reddit.com/r/FreeGameFindings/comments/gbcjdn/itchio_mega_thread_3/',
|
||||
'https://old.reddit.com/r/FreeGameFindings/comments/gkz20p/itchio_mega_thread_4/',
|
||||
'https://old.reddit.com/r/FreeGameFindings/comments/hbkz5o/itchio_mega_thread_5/',
|
||||
'https://old.reddit.com/r/FreeGameFindings/comments/hqjptv/itchio_mega_thread_6/',
|
||||
## Not updated recently
|
||||
#'https://itch.io/c/757294/games-to-help-you-stay-inside',
|
||||
#'https://itch.io/c/759545/self-isolation-on-a-budget',
|
||||
#'https://itch.io/c/840421/paid-gone-free-sales',
|
||||
#'https://old.reddit.com/r/GameDeals/comments/fkq5c3/itchio_a_collecting_compiling_almost_every_single',
|
||||
#'https://old.reddit.com/r/FreeGameFindings/comments/fka4be/itchio_mega_thread/',
|
||||
#'https://old.reddit.com/r/FreeGameFindings/comments/fxhotl/itchio_mega_thread/',
|
||||
#'https://old.reddit.com/r/FreeGameFindings/comments/gbcjdn/itchio_mega_thread_3/',
|
||||
#'https://old.reddit.com/r/FreeGameFindings/comments/gkz20p/itchio_mega_thread_4/',
|
||||
#'https://old.reddit.com/r/FreeGameFindings/comments/hbkz5o/itchio_mega_thread_5/',
|
||||
#'https://old.reddit.com/r/FreeGameFindings/comments/hqjptv/itchio_mega_thread_6/',
|
||||
## Disabled because it take a long time
|
||||
#'https://itch.io/c/537762/already-claimed-will-be-on-sale-again',
|
||||
'https://old.reddit.com/r/FreeGameFindings/comments/i4ywei/itchio_mega_thread_7/',
|
||||
'https://itch.io/c/840421/paid-gone-free-sales',
|
||||
'https://old.reddit.com/r/FreeGameFindings/comments/ipp4xn/itchio_mega_thread_8/',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue