Open pc035860 opened 3 months ago
To prevent cases where window.ytcfg.data_ can't be found, add a fallback to retrieve the data. Otherwise, the Innertube API may not work as expected.
window.ytcfg.data_
Currently known case:
window.ytcfg
To prevent cases where
window.ytcfg.data_
can't be found, add a fallback to retrieve the data. Otherwise, the Innertube API may not work as expected.Currently known case:
window.ytcfg
will be modified andwindow.ytcfg.data_
disappears.