gitextract_uz02c5iz/ ├── CNAME ├── Contents/ │ ├── Code/ │ │ ├── __init__.py │ │ └── updater.py │ ├── DefaultPrefs.json │ ├── Info.plist │ ├── Services/ │ │ ├── ServiceInfo.plist │ │ ├── Shared Code/ │ │ │ ├── jsinterp.pys │ │ │ └── video.pys │ │ └── URL/ │ │ └── YouTubeTV/ │ │ ├── ServiceCode.pys │ │ └── ServicePrefs.json │ └── Strings/ │ ├── da.json │ ├── de.json │ ├── en.json │ ├── es.json │ ├── fr-BE.json │ ├── fr.json │ ├── hu.json │ ├── it.json │ ├── nl.json │ ├── pl.json │ ├── ru.json │ └── sv.json ├── LICENSE ├── README.md └── _config.yml