Skip to content

Releases: ShareASmile/NewPipeExtractor

v0.22.7.6

02 Feb 13:52
Compare
Choose a tag to compare

Fixes:

  • Try to fix ios client error fix again by extracting visitor data from sw.js_data API instead of randomly generating

Thanks to sheepmax on upstream Extractor PR.

v0.22.7.5

26 Jan 15:19
Compare
Choose a tag to compare

This is a hotfix release to extractor built with java 8 to fix the recent changes made by YouTube, that made Legacy NewPipeExtractor unable to load video details.

Fixed

  • [YouTube] Update iOS client, add visitor data to requests, thanks to Theta-Dev
  • ios client error fix for Extractor not working for legacy devices by making it really old Android compatible, thanks to gzsombor
  • [YouTube] Workaround HTTP 403s on streaming URLs of WEB client (after some time or instantly for some JavaScript players), update clients info, thanks to AudricV

Improved

  • [YouTube] Select best audio track always when downloading video, thanks to InfinityLoop1308
  • Use UncheckedIOException instead of RuntimeException as it's more specific, thanks to litetex
  • Use correct iPhone model in docs

v0.22.7.4

26 Jan 14:03
Compare
Choose a tag to compare

This is a hotfix release to fix the recent changes made by YouTube, that made Legacy NewPipeExtractor unable to load video details.

Fixed

  • [YouTube] Update iOS client, add visitor data to requests, thanks to Theta-Dev
  • ios client error fix for Extractor not working for legacy devices by making it really old Android compatible, thanks to gzsombor
  • [YouTube] Workaround HTTP 403s on streaming URLs of WEB client (after some time or instantly for some JavaScript players), update clients info, thanks to AudricV

Improved

  • [YouTube] Select best audio track always when downloading video, thanks to InfinityLoop1308
  • Use UncheckedIOException instead of RuntimeException as it's more specific, thanks to litetex
  • Use correct iPhone model in docs

v0.22.7.3

03 Nov 13:42
cbb690d
Compare
Choose a tag to compare

Fixed
Bugs Related to YouTube

  • Fix Webm/Opus Audio Streams not available for Streaming
  • Fix Comments Not Being Parsed

v0.22.7.2

25 Dec 06:51
9b58c4e
Compare
Choose a tag to compare

Extractor with older devices compatibility without need to upgrade AGP

  1. Revert Use of StandardCharsets.UTF_8 in place of UTF_8
  2. Backport Use immutable Map factory methods to Java
  3. Remove var usages
  4. Revert Java 9-usage with Java 8 equivalent
  5. Remove chained Optional or usage
  6. Revert Use String isBlank

v0.22.7.1

10 Dec 16:23
441be39
Compare
Choose a tag to compare

[YouTube] Fix "Could not get like count"
For Previous details:
See Upstream changlog of https://github.com/TeamNewPipe/NewPipeExtractor/releases/tag/v0.22.7

v0.22.6.2

10 Dec 13:10
f530706
Compare
Choose a tag to compare

[YouTube] Fix "Could not get like count"

v0.22.5.4

10 Dec 13:09
756ac53
Compare
Choose a tag to compare

NOTE: This ify branch Extractor release has been created to keep legacy devices compatibility by reverting Use StandardCharsets.UTF_8 in place of UTF_8
[YouTube] Fix "Could not get like count"
[YouTube] Support opening Live URL's
[YouTube] Fix search subscriber count extraction with channel handles
[YouTube] Workaround again 403 HTTP issues on the Android client by using new player parameters
[YouTube] Fix throttling parameter decryption
[YouTube] Support multiple declarations for throttling parameter function name array
[YouTube] Fix extraction of like count
[YouTube] Fix parsing short relative date formats (English only)
Fixed Many [Bandcamp] Extraction related issues

v0.22.5.3

10 Dec 13:08
1ef6c72
Compare
Choose a tag to compare

NOTE: This new-legacy branch Extractor release has been created to keep legacy devices compatibility by reverting Use StandardCharsets.UTF_8 in place of UTF_8
[YouTube] Fix "Could not get like count"
[YouTube] Support opening Live URL's
[YouTube] Fix search subscriber count extraction with channel handles
[YouTube] Workaround again 403 HTTP issues on the Android client by using new player parameters
[YouTube] Fix throttling parameter decryption
[YouTube] Support multiple declarations for throttling parameter function name array
[YouTube] Fix extraction of like count
[YouTube] Fix parsing short relative date formats (English only)
Fixed Many [Bandcamp] Extraction related issues

v0.22.6.1

15 Aug 06:38
951f4c8
Compare
Choose a tag to compare

[YouTube] Workaround again 403 HTTP issues on the Android client by using new player parameters