diff --git a/claim_itch.py b/claim_itch.py index 7eb5cc7..159cbd8 100644 --- a/claim_itch.py +++ b/claim_itch.py @@ -61,17 +61,17 @@ 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/', - # 'https://old.reddit.com/r/FreeGameFindings/comments/i4ywei/itchio_mega_thread_7/', - # 'https://itch.io/c/840421/paid-gone-free-sales', + '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/', + 'https://old.reddit.com/r/FreeGameFindings/comments/i4ywei/itchio_mega_thread_7/', + 'https://itch.io/c/840421/paid-gone-free-sales', }