The following lines were added (+) and removed (-):
== capture video from KETV blob ==Blob URLs are pseudo protocols that assign temporary URLs to media files. This process is crucial because most websites cannot process the raw data contained by files. They require data in the form of binary code that loads through the blob URL. In simpler terms, the blob URL provides data and acts as a fake source for the files on a website.The blob URL addresses can be found in the DevTools of the webpage. These links, however, cannot be accessed because their source page does not exist. Nevertheless, there are a few different ways through which you can download a blob URL video.Firefox / PalemoonLoad web page with embedded videoF12- opens dom inspection toolOpen the Network tab in the dev tools.In the filter use the following for KETV: htv-streamingReload the web page, with the dom inspection tool still open.Play the video. Observe all of the mp2t files that appear in the list under the network tab. Each is a fragment of the video. Collection fragments one at a time is not practical. Look for the correct playlist file.The playlist file in the list ends in extension.m3ua , Review all m3ua and try to select the one with the highest video resolutions in the string. Copy that address.In VLC choose to open network stream, and do so from the clipboard (you saved the m3au url string in the clipboard)Choose to convert/save and dump direct output -or- use the VLC record button under advanced video controls