Skip to content

Commit

Permalink
Merge pull request #1082 from spotDL/dev
Browse files Browse the repository at this point in the history
Merge dev to master
  • Loading branch information
Silverarmor committed Jan 6, 2021
2 parents 708c021 + d3ad914 commit 92cf88a
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 355 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ build
dist

# PyInstaller
*.spec
*.spec

# pycharm/intellij
.idea
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'rapidfuzz',
'requests',
'mutagen',
'ytmusicapi',
],

extras_require={
Expand Down
3 changes: 1 addition & 2 deletions spotdl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
__all__ = [
'search',
'download',
'patches'
]
]

0 comments on commit 92cf88a

Please sign in to comment.