Volver al Centro de Ayuda

What does a w3u look like?

A w3u is just a .txt text file containing ordered references to show different list fields.

JSON structure example:

You can test with this example list: https://whatplay.es/testerlist.w3u

{
  "name": "Favorite Collection",
  "author": "Fabulous",
  "image": "https://i.pinimg.com/736x/95/bd/fd/95bdfd68a3d76596c848d2c07002b162.jpg",
  "url": "https://whatplay.es/testerlist.w3u",
  "telegram": "",
  "info": "Fabulous List",
  "groups": [
    {
      "name": "Animation",
      "image": "https://images.vexels.com/media/users/3/151579/isolated/lists/e815f66193dd1a453881fc3d5b9d4384-dibujos-animados-de-animales-de-oso.png",
      "stations": [
        {
          "name": "Big Bunny MP4",
          "image": "",
          "url": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
        }
      ]
    }
  ]
}