my.youtube.takeout: deduplicate watched videos and sort out a few minor errors
This commit is contained in:
parent
3166109f15
commit
eb3f2106d3
3 changed files with 102 additions and 33 deletions
|
@ -1,5 +1,10 @@
|
|||
from ..core.warnings import high
|
||||
high("DEPRECATED! Please use my.youtube.takeout instead.")
|
||||
from ..core.util import __NOT_HPI_MODULE__
|
||||
from my.core import __NOT_HPI_MODULE__
|
||||
|
||||
from ..youtube.takeout import *
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from my.core.warnings import high
|
||||
|
||||
high("DEPRECATED! Please use my.youtube.takeout instead.")
|
||||
|
||||
if not TYPE_CHECKING:
|
||||
from my.youtube.takeout import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue