YouTube-Viewer icon indicating copy to clipboard operation
YouTube-Viewer copied to clipboard

Add support for shorts

Open TrueBurn opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

I'm submitting a ...

  • [ ] bug report
  • [X] feature request
  • [ ] support request --> Contact me over mail for support https://github.com/MShawon

Description

Have a flow that cators for shorts, so see if the URL contains the word short, then navigate to the shorts page. Should also allow for no searching for shorts to be able to navigate directly to the short.

Environment

- OS : Windows
- Python : 3.11
- Script version : 113.0.5672.127

config.json

{
    "http_api": {
        "enabled": true,
        "host": "0.0.0.0",
        "port": 5000
    },
    "database": true,
    "views": 250,
    "minimum": 85.0,
    "maximum": 95.0,
    "proxy": {
        "category": "f",
        "proxy_type": "http",
        "filename": "https://api.proxyscrape.com/v2/?request=displayproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=elite",
        "authentication": false,
        "proxy_api": true,
        "refresh": 0
    },
    "background": true,
    "bandwidth": false,
    "playback_speed": 1,
    "max_threads": 10,
    "min_threads": 2
}

TrueBurn avatar May 28 '23 08:05 TrueBurn