initial commit
This commit is contained in:
11
bild/selenium_imp/archive_downloader.py
Normal file
11
bild/selenium_imp/archive_downloader.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from bild_article_classes import ArticleCollection
|
||||
import datetime
|
||||
|
||||
|
||||
def main():
|
||||
ac = ArticleCollection(min_date = datetime.datetime(year=2022, month=1, day=1))
|
||||
# ac = ArticleCollection(min_date = datetime.datetime.now())
|
||||
ac.collect()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user