mirror of
https://github.com/Iron-Row/claim_itch.git
synced 2026-03-11 08:54:39 +00:00
Reverse accidentally commenting sources
This commit is contained in:
parent
ebc29abb3c
commit
ad751ea269
1 changed files with 11 additions and 11 deletions
|
|
@ -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',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue