ShareASmile / NewPipeExtractor

Core part of Legacy NewPipe
GNU General Public License v3.0
1 stars 3 forks source link

[YT] Fix "Could not get like count" #32

Closed ShareASmile closed 11 months ago

ShareASmile commented 11 months ago
  1. YT uses a different data structure for likes (ViewModels instead of Renderers)
  2. Fixed NPE in old code due to incorrect usage of string comparison
  3. Unified JSONObject filtering and mapping