tags: ['streamlink', 'ffmpeg', 'vimeo']
Vimeo embeds on Skool are streaming via HLS.
There are 2 methods for downloading these.
| import {Characteristic, Peripheral, Service} from "@abandonware/noble"; | |
| export class ControllerData { | |
| accel: number[]; | |
| gyro: number[]; | |
| magX: number; | |
| magY: number; | |
| magZ: number; |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| Country | Alpha-2 code | Alpha-3 code | Numeric code | Latitude (average) | Longitude (average) | |
|---|---|---|---|---|---|---|
| Afghanistan | AF | AFG | 4 | 33 | 65 | |
| Albania | AL | ALB | 8 | 41 | 20 | |
| Algeria | DZ | DZA | 12 | 28 | 3 | |
| American Samoa | AS | ASM | 16 | -14.3333 | -170 | |
| Andorra | AD | AND | 20 | 42.5 | 1.6 | |
| Angola | AO | AGO | 24 | -12.5 | 18.5 | |
| Anguilla | AI | AIA | 660 | 18.25 | -63.1667 | |
| Antarctica | AQ | ATA | 10 | -90 | 0 | |
| Antigua and Barbuda | AG | ATG | 28 | 17.05 | -61.8 |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| import os | |
| import sys | |
| import argparse | |
| import datetime | |
| def main(): | |
| console_prefix = "$ " |