Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HaukurPall committed May 9, 2022
1 parent 4df0e0c commit 6c59c89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ pip install git+https://github.com/HaukurPall/ruv_dl
This projected is motivated by [ruvsarpur](https://github.com/sverrirs/ruvsarpur).
The original plan was to fork that repo and improve upon it, but it was easier to approch the problem from scratch.

## Versions

- 1.1.0: Improved download tracking. Now we compare the program title and the episode's firstrun date to see if the file is already downloaded. This is to avoid downloading the same file multiple times, even when they have different ids (according to RÚV).
- 1.0.0: Initial release. Search, download and download tracking.

# Usage

This program is not as fully featured as the original ruvsarpur but it has these benefits:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ruv-dl"
version = "1.0.0"
version = "1.1.0"
description = "Python script to download content off the Icelandic RÚV website."
authors = ["Haukur Páll Jónsson <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 6c59c89

Please sign in to comment.