aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* With `--api=auto`, ignore "invidious.snopyta.org". Seems to be too slow.trizen2020-09-141-1/+4
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* modified: README.mdtrizen2020-09-141-1/+1
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Documented `--api=auto`.trizen2020-09-143-6/+14
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* - Added support for automatically picking an invidious instance.trizen2020-09-143-13/+91
| | | | | | | | | | | | | | | | Provided via: fair-viewer --api=auto or by setting in the configuration file: api_host => "auto", The list of instances ("instances.json") is cached locally and updated automatically every hour. In order to distribute the load evenly across the invidious instances, when "api_host" is set to "auto", fair-viewer will pick a random instance every time the program is started. Signed-off-by: Jesús <heckyel@hyperbola.info>
* "Updated the "INVIDIOUS INSTANCES" section."Jesús2020-09-141-3/+3
|
* - No longer prefer a specific version of TLS.trizen2020-09-141-1/+1
| | | | | | Defaults to TLS v1.3 if available. Signed-off-by: Jesús <heckyel@hyperbola.info>
* - Fixed the support for closed-captions for some videos.trizen2020-09-141-2/+1
| | | | | | Also fixes the JSON warning ", or } expected while parsing object/hash". (closes https://github.com/trizen/fair-viewer/issues/21) Signed-off-by: Jesús <heckyel@hyperbola.info>
* When `prefer_mp4` is true and there is no AVC MP4 available, prefer VP9 over ↵trizen2020-08-141-3/+5
| | | | | | AV1. Much faster to decode. Signed-off-by: Jesús <heckyel@hyperbola.info>
* When the current API host is down, suggest `invidious.13ad.de` instead of ↵trizen2020-08-142-2/+2
| | | | | | `yewtu.be`. Signed-off-by: Jesús <heckyel@hyperbola.info>
* gtk: display an helpful message when the API instance fails.trizen2020-08-141-7/+14
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Try to be more helpful when the API instance fails.trizen2020-08-141-1/+8
| | | | | | Instead of dying with "Not an ARRAY reference", it now prints a message saying how to change the API host. Signed-off-by: Jesús <heckyel@hyperbola.info>
* - Changed the default API host to `invidious.snopyta.org`.trizen2020-08-143-4/+10
| | | | | | The instance `invidio.us` seems to be down at the moment. Signed-off-by: Jesús <heckyel@hyperbola.info>
* Minor code simplification in Utils.pmtrizen2020-08-071-3/+1
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* In description, handle decoding of `youtu.be` links and other internal URLs.trizen2020-08-071-0/+10
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Minor fix in the decoding of URLs in video description.trizen2020-08-071-1/+6
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* - Starting with September 30th, use "invidious.snopyta.org" instead.trizen2020-08-071-1/+7
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Use the ".opus" extension for audio streams.trizen2020-07-271-1/+2
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fixed the printing of channel names in search context.trizen2020-07-271-1/+1
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Changes: updateJesús2020-07-271-0/+4
|
* Fix nake_filenameJesús2020-07-271-1/+1
|
* - Allow YouTube URLs to be passed to `--id`.trizen2020-07-272-2/+2
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Minor code simplification.trizen2020-07-271-15/+12
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* update editJesús2020-07-272-2/+2
|
* - Added support for ignoring high frame rate (HFR) videos.trizen2020-07-274-106/+99
| | | | | | | | | | | | 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.4Jesús2020-06-246-8/+8
|
* Add Makefile to generator tarballJesús2020-06-242-1/+30
|
* Ignore harmless errors.trizen2020-06-231-6/+10
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Changes: ActualizeJesús2020-06-161-0/+9
|
* README.md: fix description appJesús2020-06-161-1/+1
|
* - Added the `--instance=s` alias for `--api-host=s`, for changing the ↵trizen2020-06-161-1/+1
| | | | invidious instance.
* No longer include newlines in the message prompt for Term::ReadLine.trizen2020-06-151-5/+8
| | | | | | Instead, print the extra lines directly to STDOUT. This fixes the backspace key when Term::ReadLine::Gnu::XS is not installed.
* Handle some potential corner cases.trizen2020-06-152-4/+16
|
* modified: README.mdtrizen2020-06-121-2/+2
|
* Documented how to change the default instance of invidious.trizen2020-06-121-0/+16
|
* Detect last page when URL is undefined.trizen2020-06-092-38/+30
|
* gtk: append next page entry only when URL is defined.trizen2020-06-071-0/+2
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fix name appJesús2020-06-061-1/+1
|
* - Allow `gtk-fair-viewer` to run under any gtk+ >= 3.0. (previously required ↵trizen2020-06-062-37/+48
| | | | | | gtk+ >= 3.20) - Added info for how to execute `fair-viewer` without installing it. - Added Slackware to the "Availability" list. Signed-off-by: Jesús <heckyel@hyperbola.info>
* - Allow playback to be stopped with CTRL+C during `:autoplay=i`.trizen2020-06-061-1/+2
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* - Added a fallback method for extracting video information. - Decode ↵trizen2020-06-064-18/+81
| | | | | | internal YouTube URLs in description. - Various fixes and improvements. Signed-off-by: Jesús <heckyel@hyperbola.info>
* - Filter out recommended videos from related videos.trizen2020-06-061-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 ↵trizen2020-06-063-4/+102
| | | | | | | | | | | | | | 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>
* In video information, hide fields that do not have a value. ↵trizen2020-06-061-2/+3
| | | | | | (https://github.com/trizen/straw-viewer/issues/13) Signed-off-by: Jesús <heckyel@hyperbola.info>
* modified: README.md -- link the API pagetrizen2020-06-061-1/+1
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Removed the arguments-fix for `mpv 0.32`.trizen2020-06-062-21/+0
| | | | | | Hopefully, everyone now has the fix. (closes https://github.com/trizen/straw-viewer/issues/14) Signed-off-by: Jesús <heckyel@hyperbola.info>
* Removed the `--autohide` option, in favor of `--skip-watched`.trizen2020-06-061-7/+0
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* - Allow channel & playlist IDs to be longer (between 11 and 64 characters).trizen2020-06-062-3/+7
| | | | | | | | | | | | 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`.trizen2020-06-061-58/+46
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* update gitignoreJesús2020-05-201-0/+3
|
* Changed the default cache direction from /tmp/fair-viewer to ↵trizen2020-05-202-11/+7
| | | | | | | | ~/.cache/fair-viewer. (fixes https://github.com/trizen/fair-viewer/issues/11) Also removed the `captions_dir` config-option. Closed-captions are now downloaded inside the cache directory. Signed-off-by: Jesús <heckyel@hyperbola.info>