KBMN-LD
KBMN-LD is a low-powered television station licensed to Houston, Texas, United States. The station, which broadcasts its digital signal on virtual and physical VHF channel 9, is owned by HC2 Holdings and licensed to DTV America.[1]
Houston, Texas United States | |
---|---|
City | Houston, Texas |
Channels | Digital: 9 (VHF) Virtual: 9 (PSIP) |
Programming | |
Subchannels | (see below) |
Affiliations | (see below) |
Ownership | |
Owner | HC2 Holdings (DTV America Corporation) |
History | |
Founded | 2019 |
First air date | November 12, 2019 |
Former call signs | K40NM-D (2012-2013) |
Technical information | |
Licensing authority | FCC |
Facility ID | 188068 |
ERP | 3 kW |
HAAT | 328 ft |
Transmitter coordinates | 29°48′6.2″N 95°14′3.8″W |
Links | |
Public license information | Profile LMS |
History
The station's construction permit was issued on November 7, 2012 under the calls of K40NM-D. It changed to the current callsign of KBMN-LD on March 11, 2013.[2]
Digital channels
Channel | Video | Aspect | PSIP Short Name | Programming[1] |
---|---|---|---|---|
9.1 | 480i | 4:3 | KBMN-LD | 3ABN |
9.2 | Infomercials | |||
9.3 | Infomercials | |||
9.4 | Cheddar |
gollark: I *think* the issue here is in the returning bit... somehow...
gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.