Skip to content

Commit

Permalink
Fix new NRK-api (#18)
Browse files Browse the repository at this point in the history
* Use new API for TV series

* Updated .gitignore

* Commented out podcast tests

* Fade to black

* Register test mark slow

* Use environment variable for DOWNLOAD_DIR

* Small fixes

* Start using poetry, flake8, isort, black
  • Loading branch information
marhoy committed May 3, 2020
1 parent 39fc07d commit 643b897
Show file tree
Hide file tree
Showing 20 changed files with 2,096 additions and 567 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ celerybeat-schedule
.env

# virtualenv
.venv/
venv/
venv2/
venv3/
Expand All @@ -100,3 +101,6 @@ ENV/
# Rope project settings
.ropeproject
/venv2/

# mypy cache
.mypy_cache/

0 comments on commit 643b897

Please sign in to comment.