Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
  2. Mar 11, 2021
  3. Mar 10, 2021
  4. Mar 09, 2021
  5. Mar 08, 2021
  6. 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
  7. Mar 05, 2021
  8. Mar 04, 2021
  9. Mar 02, 2021
Loading