This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"m.homeserver":{"base_url":"http://localhost:8008"}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Small Firefox (and Chrome, maybe, I didn't test it) extension code | |
| * (content-script) for downloading videos on YouTube. Currently only | |
| * shows a default HTML download button on the top left of the page | |
| * and opens up the format 18 (360p muxed MP4) on a new tab. | |
| * | |
| * It "works", has a "working" poToken implementation (untested for | |
| * downloading videos and unused in this version of the script) and | |
| * can decipher playback URLs automatically. | |
| * |