[rokfin] Add stack and channel extractors (#1534)

Authored by: P-reducible, pukkandan
This commit is contained in:
pukkandan 2022-03-02 21:16:25 +05:30
parent 334b1c4800
commit 7eaf7f9aba
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
3 changed files with 113 additions and 7 deletions

View file

@ -1698,6 +1698,10 @@ The following extractors use this feature:
* `app_version`: App version to call mobile APIs with - should be set along with `manifest_app_version`. (e.g. `20.2.1`)
* `manifest_app_version`: Numeric app version to call mobile APIs with. (e.g. `221`)
#### rokfinchannel
* `tab`: Which tab to download. One of `new`, `top`, `videos`, `podcasts`, `streams`, `stacks`. (E.g. `rokfinchannel:tab=streams`)
NOTE: These options may be changed/removed in the future without concern for backward compatibility
<!-- MANPAGE: MOVE "INSTALLATION" SECTION HERE -->