More automation for YouTube: volume management (WiP).
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 29 May 2020 13:32:26 +0000 (15:32 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 29 May 2020 13:32:26 +0000 (15:32 +0200)
commitcf1c5c7118e320bdd5b9fa6dcef8585ba117ebb6
treea7725967af25210e0140e2a450fc584d3bf2fda4
parent84b7ad836fce2c9496125abad501370f162b959c
More automation for YouTube: volume management (WiP).
14 files changed:
src/archive/constants.py
src/archive/migrations/0011_audiobook_slug.py [new file with mode: 0644]
src/archive/migrations/0012_url_to_slug.py [new file with mode: 0644]
src/archive/migrations/0013_remove_audiobook_url.py [new file with mode: 0644]
src/archive/migrations/0014_remove_audiobook_parts_count.py [new file with mode: 0644]
src/archive/migrations/0015_auto_20200529_1430.py [new file with mode: 0644]
src/archive/migrations/0016_auto_20200529_1528.py [new file with mode: 0644]
src/archive/models.py
src/archive/tasks.py
src/archive/templates/archive/book.html [new file with mode: 0644]
src/archive/urls.py
src/archive/views.py
src/youtube/urls.py
src/youtube/views.py