parnexcodes / widevine-l3-guesser-modified

200 stars 76 forks source link

Get SRT link and Title #5

Open xccount opened 3 years ago

xccount commented 3 years ago

Can you add SRT link and Title in the keys.json like this?

Keys.json

webdl.py

maybe chapters also..

Thank You!

xccount commented 3 years ago

will you please add title and subtitle in the key file! subtitle ext like srt,ttml2,vtt,xml etc..

Keys.json example

[
  {
    "mpd_url": "https://ww-a.akamaihd.net/16e8/f4c4/4f83-932b-1f83a8163942/f976ab26-d37a-4fe2-94df-6baa908ae4d8.mpd"
  },
  {
    "kid": "b770d5b44b6b594daf9858b5aae9aa5f",
    "hex_key": "b0cb44d2d31cf04bbc73db71e9865f6f"
  },
  {
   "title": "Movie Title (Date)"
  },
  {
   "sub": "https://cf-timedtext.aux.pv-cdn.net/14c4/58e1/8ebb/4821-a226-45bea98f3e5b.ext"
  }
]