- fallback on the old logic if google_takeout_parser isn't available - move to my.youtube.takeout (possibly mixing in other sources later) - keep my.media.youtube, but issue deprecation warning currently used in orger etc, so doesn't hurt to keep - also fixes https://github.com/karlicoss/HPI/issues/113
5 lines
168 B
Python
5 lines
168 B
Python
from ..core.warnings import high
|
|
high("DEPRECATED! Please use my.youtube.takeout instead.")
|
|
from ..core.util import __NOT_HPI_MODULE__
|
|
|
|
from ..youtube.takeout import *
|