lint
This commit is contained in:
parent
08a29a9059
commit
3e6d369046
3 changed files with 1 additions and 5 deletions
|
|
@ -23,8 +23,8 @@ from ytdl_sub.plugins.match_filters import MatchFiltersPlugin
|
||||||
from ytdl_sub.plugins.music_tags import MusicTagsPlugin
|
from ytdl_sub.plugins.music_tags import MusicTagsPlugin
|
||||||
from ytdl_sub.plugins.nfo_tags import NfoTagsPlugin
|
from ytdl_sub.plugins.nfo_tags import NfoTagsPlugin
|
||||||
from ytdl_sub.plugins.output_directory_nfo_tags import OutputDirectoryNfoTagsPlugin
|
from ytdl_sub.plugins.output_directory_nfo_tags import OutputDirectoryNfoTagsPlugin
|
||||||
from ytdl_sub.plugins.static_nfo_tags import StaticNfoTagsPlugin
|
|
||||||
from ytdl_sub.plugins.split_by_chapters import SplitByChaptersPlugin
|
from ytdl_sub.plugins.split_by_chapters import SplitByChaptersPlugin
|
||||||
|
from ytdl_sub.plugins.static_nfo_tags import StaticNfoTagsPlugin
|
||||||
from ytdl_sub.plugins.subtitles import SubtitlesPlugin
|
from ytdl_sub.plugins.subtitles import SubtitlesPlugin
|
||||||
from ytdl_sub.plugins.throttle_protection import ThrottleProtectionPlugin
|
from ytdl_sub.plugins.throttle_protection import ThrottleProtectionPlugin
|
||||||
from ytdl_sub.plugins.video_tags import VideoTagsPlugin
|
from ytdl_sub.plugins.video_tags import VideoTagsPlugin
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
from ytdl_sub.config.overrides import Overrides
|
|
||||||
from ytdl_sub.entries.entry import Entry
|
from ytdl_sub.entries.entry import Entry
|
||||||
from ytdl_sub.plugins.nfo_tags import NfoTagsValidator
|
from ytdl_sub.plugins.nfo_tags import NfoTagsValidator
|
||||||
from ytdl_sub.plugins.nfo_tags import SharedNfoTagsOptions
|
from ytdl_sub.plugins.nfo_tags import SharedNfoTagsOptions
|
||||||
from ytdl_sub.plugins.nfo_tags import SharedNfoTagsPlugin
|
from ytdl_sub.plugins.nfo_tags import SharedNfoTagsPlugin
|
||||||
from ytdl_sub.validators.string_formatter_validators import StringFormatterValidator
|
from ytdl_sub.validators.string_formatter_validators import StringFormatterValidator
|
||||||
from ytdl_sub.ytdl_additions.enhanced_download_archive import EnhancedDownloadArchive
|
|
||||||
|
|
||||||
|
|
||||||
class StaticNfoTagsOptions(SharedNfoTagsOptions):
|
class StaticNfoTagsOptions(SharedNfoTagsOptions):
|
||||||
|
|
@ -30,7 +28,6 @@ class StaticNfoTagsOptions(SharedNfoTagsOptions):
|
||||||
kodi_safe: False
|
kodi_safe: False
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def nfo_root(self) -> StringFormatterValidator:
|
def nfo_root(self) -> StringFormatterValidator:
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -20,4 +20,3 @@ class TvShowCollectionPresets(PrebuiltPresets):
|
||||||
"Emby TV Show Collection",
|
"Emby TV Show Collection",
|
||||||
"Plex TV Show Collection",
|
"Plex TV Show Collection",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue