diff --git a/claim_itch.py b/claim_itch.py index 2b13de8..94b4df1 100644 --- a/claim_itch.py +++ b/claim_itch.py @@ -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/', }