Skip to content

Commit 70366d4

Browse files
committed
Disable weworkremotely (requires paid subscription)
1 parent b3a47ac commit 70366d4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

run_pipeline.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
# Sources disabled from 'all' by default.
8787
# Enable individually with --source <name>.
88-
DISABLED_SOURCES: set[str] = set()
88+
DISABLED_SOURCES: set[str] = {"weworkremotely"}
8989

9090
engine = create_engine(config.DATABASE_URL)
9191
SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine)
@@ -736,7 +736,8 @@ def help_command():
736736
("", "SOURCES", ""),
737737
("", "remotive arbeitnow jobicy jobspresso dynamitejobs", ""),
738738
("", "workingnomads getonboard himalayas adzuna ashby greenhouse lever direct_ats (all = all enabled sources)", ""),
739-
("", "remoteok weworkremotely (disabled by default)", ""),
739+
("", "remoteok (disabled by default)", ""),
740+
("", "weworkremotely (disabled — requires paid subscription)", ""),
740741
]
741742

742743
HIGHLIGHT = {"full-run", "open-job"}

0 commit comments

Comments
 (0)