mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 14:36:34 +00:00
The check list needs to pass if nothing failed
This commit is contained in:
parent
dafa82d1d1
commit
be6a51b052
@ -1,9 +1,11 @@
|
|||||||
import os
|
import os
|
||||||
|
from pathlib import Path
|
||||||
from common.logger import log
|
from common.logger import log
|
||||||
from common.errors import (
|
from common.errors import (
|
||||||
NoMetadataException,
|
NoMetadataException,
|
||||||
)
|
)
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
|
from django.utils.translation import gettext_lazy as _
|
||||||
from ..choices import Val, SourceResolution
|
from ..choices import Val, SourceResolution
|
||||||
|
|
||||||
|
|
||||||
@ -47,6 +49,7 @@ def download_checklist(self, skip_checks=False):
|
|||||||
f'the source has a download cap and the media is now too old, '
|
f'the source has a download cap and the media is now too old, '
|
||||||
f'not downloading')
|
f'not downloading')
|
||||||
return False
|
return False
|
||||||
|
return True
|
||||||
|
|
||||||
|
|
||||||
def download_finished(self, format_str, container, downloaded_filepath=None):
|
def download_finished(self, format_str, container, downloaded_filepath=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user