Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmartinm authored Mar 31, 2024
1 parent 5cd770a commit 62a1e70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ docker-compose logs nginx -f
...
```

## Stop everything and purge
You just have to stop the containers and remove the `yt-downloader` directory:
```sh
docker-compose down
cd ..
rm -r yt-podcast
```

## Pending Improvements
- Implement a background daemon in the video downloader image to automate the scraping process and download new videos as they become available.

0 comments on commit 62a1e70

Please sign in to comment.