Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | When `prefer_mp4` is true and there is no AVC MP4 available, prefer VP9 over ↵ | trizen | 2020-08-14 | 1 | -3/+5 | |
| | | | | | | AV1. Much faster to decode. Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Changed the default API host to `invidious.snopyta.org`. | trizen | 2020-08-14 | 1 | -2/+8 | |
| | | | | | | The instance `invidio.us` seems to be down at the moment. Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Minor code simplification in Utils.pm | trizen | 2020-08-07 | 1 | -3/+1 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | In description, handle decoding of `youtu.be` links and other internal URLs. | trizen | 2020-08-07 | 1 | -0/+10 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Minor fix in the decoding of URLs in video description. | trizen | 2020-08-07 | 1 | -1/+6 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Starting with September 30th, use "invidious.snopyta.org" instead. | trizen | 2020-08-07 | 1 | -1/+7 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Use the ".opus" extension for audio streams. | trizen | 2020-07-27 | 1 | -1/+2 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Allow YouTube URLs to be passed to `--id`. | trizen | 2020-07-27 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Minor code simplification. | trizen | 2020-07-27 | 1 | -15/+12 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Added support for ignoring high frame rate (HFR) videos. | trizen | 2020-07-27 | 2 | -106/+92 | |
| | | | | | | | | | | | | Implemented via the `hfr` config-option. When set to "0", HFR videos will be ignored. Also available as a command-line option: $ fair-viewer --no-hfr By default, `hfr` is set to "1". Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Version 1.0.4 | Jesús | 2020-06-24 | 1 | -1/+1 | |
| | ||||||
* | Handle some potential corner cases. | trizen | 2020-06-15 | 1 | -1/+1 | |
| | ||||||
* | - Added a fallback method for extracting video information. - Decode ↵ | trizen | 2020-06-06 | 2 | -2/+62 | |
| | | | | | | internal YouTube URLs in description. - Various fixes and improvements. Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Filter out recommended videos from related videos. | trizen | 2020-06-06 | 1 | -0/+7 | |
| | | | | | | Most often, they are not even related to the given video ID. Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Added basic support for related videos. (fixes ↵ | trizen | 2020-06-06 | 2 | -3/+93 | |
| | | | | | | | | | | | | | | https://github.com/trizen/straw-viewer/issues/15) Example: fair-viewer --related [video-id / URL] This also implements support for `--autoplay`, which is based on related videos. Thanks to @aearil for reporting this issue. Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Allow channel & playlist IDs to be longer (between 11 and 64 characters). | trizen | 2020-06-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | This also allows IDs of "Albums & Singles". Example: fair-viewer -up=UCmsgp1PvOsb1sHxeiT_403A ...now allows the selection of the 5th result, which is of type "Albums & Singles". Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Detect videos with `signatureCipher` and fallback to `hypervideo`. | trizen | 2020-06-06 | 1 | -58/+46 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Version 1.0.3 | Jesús | 2020-03-24 | 1 | -1/+1 | |
| | ||||||
* | Reordered the itags for better quality. | trizen | 2020-03-24 | 1 | -13/+14 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Support three-digit video selection. | trizen | 2020-03-14 | 1 | -2/+2 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Also replace "<br/>" with a newline. - Remove leading whitespace from ↵ | trizen | 2020-03-14 | 1 | -1/+2 | |
| | | | | | | description. Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Extract URLs in description from `descriptionHtml` field. ↵ | trizen | 2020-03-14 | 2 | -5/+36 | |
| | | | | | | (https://github.com/trizen/fair-viewer/issues/6) - Added the `--api-host=<...>` command-line option for changing the API host. - Fixed the `--info=<URL>` option. Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Always keep itag=22 when checking for `contentLength > 0`. | trizen | 2020-03-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Support for next pages of playlists from username. - Better detection for ↵ | trizen | 2020-03-07 | 2 | -25/+23 | |
| | | | | | | the last page of results. Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | - Implemented support for playlists from username. | trizen | 2020-03-07 | 1 | -10/+2 | |
| | ||||||
* | Version 1.0.2 | Jesús | 2020-03-03 | 1 | -1/+1 | |
| | ||||||
* | Keep dual licenses GPLv3 or later and Artistic 2.0 | Jesús | 2020-03-03 | 18 | -217/+120 | |
| | ||||||
* | Version 1.0.1 | Jesús | 2020-03-03 | 1 | -1/+1 | |
| | ||||||
* | Fix Copyright | Jesús | 2020-03-03 | 18 | -0/+50 | |
| | ||||||
* | Revert "Fix Authors" | Jesús | 2020-03-03 | 11 | -0/+11 | |
| | | | | This reverts commit 596811c34ff9433faa734199521660a6bd811efa. | |||||
* | Fix Authors | Jesús | 2020-03-02 | 11 | -11/+0 | |
| | ||||||
* | Fix Non-ASCII character | Jesús | 2020-03-02 | 18 | -36/+36 | |
| | ||||||
* | Renew Author | Jesús | 2020-03-02 | 18 | -88/+222 | |
| | ||||||
* | Fix license | Jesús | 2020-03-02 | 1 | -37/+15 | |
| | ||||||
* | Set freedom URL and hypervideo app default | Jesús | 2020-03-02 | 1 | -4/+4 | |
| | ||||||
* | rebrand app | Jesús | 2020-03-02 | 18 | -124/+124 | |
| | ||||||
* | Added support for next pages of comments. | trizen | 2020-02-27 | 1 | -0/+14 | |
| | ||||||
* | - Added support for next pages of results. (fixes ↵ | trizen | 2020-02-27 | 1 | -18/+29 | |
| | | | | https://github.com/trizen/straw-viewer/issues/1) | |||||
* | - Don't cache resposes with code >= 300. | trizen | 2020-02-26 | 1 | -1/+2 | |
| | | | | | | - Added support for session cookies, as some instances of "invidio.us", such as "invidiou.sh", seems to require cookies to be enabled. The instance can be changed in the configuration file by modifying the value of "api_host". | |||||
* | Version 0.0.1 | trizen | 2020-02-26 | 1 | -1/+1 | |
| | ||||||
* | - Fixed the "Author -> Uploads" entry. | trizen | 2020-02-26 | 2 | -2/+6 | |
| | | | | - Set the default cache directory in /tmp | |||||
* | When `youtube-dl` is not installed, try to use the API of invidio.us. | trizen | 2020-02-26 | 1 | -49/+54 | |
| | ||||||
* | new file: META.json | trizen | 2020-02-26 | 2 | -1/+5 | |
| | | | | new file: META.yml | |||||
* | Support input URLs | trizen | 2020-02-15 | 3 | -10/+51 | |
| | ||||||
* | Added basic support for showing comments. | trizen | 2020-02-15 | 3 | -21/+52 | |
| | ||||||
* | Basic support for channels and playlists. | trizen | 2020-02-15 | 4 | -25/+41 | |
| | ||||||
* | Import files. | trizen | 2020-02-15 | 18 | -0/+4606 | |