Skip to content

Commit

Permalink
remove data
Browse files Browse the repository at this point in the history
  • Loading branch information
nang-dev committed Jan 15, 2021
1 parent 69eecbc commit 617cede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions instalooter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import datetime
import dateutil.relativedelta

# instalooter_test downloads videos posted by postleg__ in the last month
# instalooter_test downloads videos posted by daquan in the last month

# Instanciate
looter = ProfileLooter("postleg__", videos_only=True, template="{id}-{username}-{width}-{height}")
looter.login("bigshaq6bih", "mmm12345")
looter = ProfileLooter("daquan", videos_only=True, template="{id}-{username}-{width}-{height}")
looter.login("", "")

today = datetime.date.today()
thismonth = (today, today - dateutil.relativedelta.relativedelta(days=28))
Expand Down
2 changes: 1 addition & 1 deletion scrape_videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ def scrapeVideos(username = "",

if __name__ == "__main__":
scrapeVideos(username = "chewymemes_v3",
password = "mmm12345",
password = "",
output_folder = "./Memes_December_4")

0 comments on commit 617cede

Please sign in to comment.