From 0126f36107ce90d8ce9cc97dac208a7e488b5b7b Mon Sep 17 00:00:00 2001 From: johannawild <72805812+johannawild@users.noreply.github.com> Date: Wed, 4 May 2022 16:55:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc12591..f56bc7f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ tree ../data ``` data folder contains all the downloaded data as shown in the picture above. -1. the log folder contains log.json which records the total number of downloaded posts and videos for the hashtags against the time stamp of when the script is run. +1. (Depricated: logging info is now found in logfile.py in the project folder.) the log folder contains log.json which records the total number of downloaded posts and videos for the hashtags against the time stamp of when the script is run. 2. the ids folder contains two files post_ids.json and video_ids.json that records the ids of the downloaded posts and videos for each hashtag. 3. Each hashtag has a folder with two subfolders posts and videos that store posts and videos respectively. The posts are stored in the data.json file in the posts folder, and videos are stored as the .mp4 files in the videos folder.