diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-06-28 09:25:00 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-06-28 09:25:00 +0530 |
commit | af92d9f12534021ccb35e0328daec8fdc72c0ba2 (patch) | |
tree | 5eeb6ee3a8277664f94885de7b35c9d2ce1b09e7 /download_script.py | |
parent | b06cf01e232e797abceabba08aec2c0752db95ad (diff) | |
download | insta-local-af92d9f12534021ccb35e0328daec8fdc72c0ba2.tar.gz insta-local-af92d9f12534021ccb35e0328daec8fdc72c0ba2.tar.bz2 insta-local-af92d9f12534021ccb35e0328daec8fdc72c0ba2.zip |
removed the date and fixed content not loading issue
Diffstat (limited to 'download_script.py')
-rw-r--r-- | download_script.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/download_script.py b/download_script.py index be29fcc..a9d07c4 100644 --- a/download_script.py +++ b/download_script.py @@ -5,7 +5,7 @@ import os L = instaloader.Instaloader() L.login('xtester2', 'teTeD7QojvhOdvEGa50u6FFJo') PROFILES = ["aao.remote.ho.jaye"] -BASE_DIR = "/home/genos/imp/work/project/insta/downloads/2024-06-27" +BASE_DIR = "/home/genos/imp/work/project/insta/downloads" os.makedirs(BASE_DIR, exist_ok=True) @@ -22,3 +22,4 @@ def download_posts(profile): for profile in PROFILES: download_posts(profile) +
\ No newline at end of file |