Skip to content

Commit

Permalink
Added version v1.1.1 missing versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
HaukurPall committed Jul 28, 2022
1 parent 9b49eac commit fc8822d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ The original plan was to fork that repo and improve upon it, but it was easier t

## Versions

- 1.1.1: Fixed (silent - but deadly) error when downloading program list from RÚV. Reoccurring issues will still be silent which needs to be resolved later. Introduces a new approach to fetching programs and episodes from RÚV which is more efficient than the previous one.
- 1.1.2: Fixed (silent - but deadly) error when downloading program list from RÚV, after RÚV updated. Reoccurring issues will still be silent which needs to be resolved later. Introduces a new approach to fetching programs and episodes from RÚV which is more efficient than the previous one.
- 1.1.1: Fixed incorrect stream indexing (of quality) which resulted in a crash and incorrect video quality, after RÚV updated.
- 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.

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.1.1"
version = "1.1.2"
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 fc8822d

Please sign in to comment.