This project is mirrored from https://github.com/TeamNewPipe/NewPipeExtractor.
Pull mirroring updated .
- 04 Mar, 2021 6 commits
-
-
TobiGr authored
SoundCloud changed their Javascript structure. That caused the client_id to be in the middle of the file (at byte ~43000 ). To have a little buffer, we now fetch the first 5000 bytes.
-
TobiGr authored
-
XiangRongLin authored
Playlist continuations
-
XiangRongLin authored
-
XiangRongLin authored
-
FireMasterK authored
-
- 03 Mar, 2021 2 commits
-
-
XiangRongLin authored
Requires sending a POST request instead of GET. clientName and clientVersion, which were required as headers previously now need to be part of the request payload. continuation id also needs to be part of request body. quick and dirty solution.
-
XiangRongLin authored
-
- 24 Feb, 2021 2 commits
- 23 Feb, 2021 1 commit
-
-
TiA4f8R authored
When compiling the extractor on Windows, you get more than 100 errors with the message error: unmappable character for encoding Cp1252, especially in timeago-parser tasks. This commit fixes it by setting the encoding for all compileJava and compileTestJava tasks to UTF-8.
-
- 20 Feb, 2021 2 commits
- 18 Feb, 2021 22 commits
-
-
bopol authored
Add more data.
-
FireMasterK authored
-
FireMasterK authored
-
bopol authored
Add uploader verified by service extraction
-
bopol authored
-
bopol authored
Adaptive Stream parsing
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
This reverts commit 591856e3a11998c4b8ba87b5e361e2b9556d760f.
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
Co-authored-by:bopol <bopol@e.email>
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-
bopol authored
Add comment explaining YoutubeParsingHelper.resetClientVersionAndKey
-
- 17 Feb, 2021 1 commit
-
-
XiangRongLin authored
-
- 16 Feb, 2021 4 commits
-
-
bopol authored
support /watch/, /v/ and /w/ subpaths
-
bopol authored
Update extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/linkHandler/YoutubeStreamLinkHandlerFactory.java Co-authored-by:Stypox <stypox@pm.me>
-
XiangRongLin authored
Unignore and fix some tests
-
XiangRongLin authored
Better logging, error handling, doc for mock tests
-