mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-29 06:25:34 -04:00
Rename downloader.py to tracklists.py
This commit is contained in:
parent
ccd87321b6
commit
4d12d4141f
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ from .constants import (
|
|||
URL_REGEX,
|
||||
)
|
||||
from .db import MusicDB
|
||||
from .downloader import Album, Artist, Label, Playlist, Track, Tracklist, Video
|
||||
from .bases import Track, Video
|
||||
from .tracklists import Album, Artist, Label, Playlist, Tracklist
|
||||
from .exceptions import (
|
||||
AuthenticationError,
|
||||
NonStreamable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue