Skip to content
Snippets Groups Projects
  1. May 20, 2022
  2. May 14, 2022
  3. May 12, 2022
  4. May 01, 2022
  5. Mar 13, 2022
  6. Mar 08, 2022
  7. Feb 22, 2022
  8. Feb 06, 2022
  9. Dec 15, 2021
  10. Nov 30, 2021
  11. Nov 25, 2021
  12. Nov 16, 2021
  13. Oct 20, 2021
  14. Sep 04, 2021
  15. Apr 03, 2021
  16. Mar 06, 2021
    • Pierre Ynard's avatar
      soundcloud.lua: don't treat JavaScript assets as line-based · 302d5596
      Pierre Ynard authored
      Following changes in the SoundCloud JavaScript web assets, the API
      magic is only found anymore in assets with lines exceeding the VLC API
      line-length limit of 200 kB, making it impossible to extract this way
      and causing playback failure.
      
      These JavaScript assets are minified into one-liners, so it makes no
      sense anyway to attempt to read and parse them line by line. Instead,
      this now reads up to 4 MB of text from them (the relevant asset
      currently weighs 1 MB). This way is arguably better and also more
      efficient to begin with.
      
      Refs #24957
      Fixes #25508
      302d5596
  17. Feb 13, 2021
  18. Nov 20, 2020
  19. Nov 12, 2020
  20. Nov 04, 2020
Loading