File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/java/me/kavin/piped Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 implementation ' it.unimi.dsi:fastutil-core:8.5.13'
1717 implementation ' commons-codec:commons-codec:1.17.0'
1818 implementation ' org.bouncycastle:bcprov-jdk18on:1.78.1'
19- implementation ' com.github.FireMasterK.NewPipeExtractor:NewPipeExtractor:560bf78bb503646d710d8aaa4c5c619650e8f949 '
19+ implementation ' com.github.FireMasterK.NewPipeExtractor:NewPipeExtractor:a64e202bb498032e817a702145263590829f3c1d '
2020 implementation ' com.github.FireMasterK:nanojson:9f4af3b739cc13f3d0d9d4b758bbe2b2ae7119d7'
2121 implementation ' com.fasterxml.jackson.core:jackson-core:2.17.2'
2222 implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.2'
Original file line number Diff line number Diff line change 2121import org .schabi .newpipe .extractor .localization .Localization ;
2222import org .schabi .newpipe .extractor .services .youtube .YoutubeJavaScriptPlayerManager ;
2323import org .schabi .newpipe .extractor .services .youtube .YoutubeParsingHelper ;
24- import org .schabi .newpipe .extractor .services .youtube .extractors .YoutubeStreamExtractor ;
2524import org .schabi .newpipe .extractor .stream .StreamInfo ;
2625import rocks .kavin .reqwest4j .ReqwestUtils ;
2726
You can’t perform that action at this time.
0 commit comments