Skip to content

Commit

Permalink
Fix YT videos paths
Browse files Browse the repository at this point in the history
  • Loading branch information
SkalskiP committed Mar 27, 2024
1 parent 3276973 commit 34b80eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/time_in_zone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ This script allows you to download a video from YouTube.

```bash
python scripts/download_from_youtube.py \
--url "https://youtu.be/8zyEwAa50Q" \
--url "https://www.youtube.com/watch?v=-8zyEwAa50Q" \
--output_path "data/checkout" \
--file_name "video.mp4"
```

```bash
python scripts/download_from_youtube.py \
--url "https://youtu.be/MNn9qKG2UFI" \
--url "https://www.youtube.com/watch?v=MNn9qKG2UFI" \
--output_path "data/traffic" \
--file_name "video.mp4"
```
Expand Down Expand Up @@ -95,7 +95,7 @@ be saved as a JSON file.
```bash
python scripts/draw_zones.py \
--source_path "data/checkout/video.mp4" \
--zone_configuration_path "data/checkout/custom_config.json"
--zone_configuration_path "data/checkout/config.json"
```
```bash
Expand Down

0 comments on commit 34b80eb

Please sign in to comment.