-
-
Notifications
You must be signed in to change notification settings - Fork 31
Retrieving Lineup ID
Jef LeCompte edited this page Jul 19, 2025
·
1 revision
Unfortunately, I currently don't have a clever way to get a lineup ID.
So we'll have to leverage a third-party provider. On the bright side, once you save it, you won't have to get it again!
- Go to https://tvtv.us/
- Enter Zip Code and select city
- Find provider you're interested in (I'll use RCN Cable - New York) and click on it
- After going to the TV Guide, you'll see
https://tvtv.us/ny/new-york/10001/luUSA-NY63086-X
in the address. - The lineup ID is
USA-NY63086-X
. It's the last part of the URL without thelu
prefix.
And there you have it! You can include in the environment variable or as a flag. Read more on the README.md.