aboutsummaryrefslogtreecommitdiffstats
path: root/lib/WWW
Commit message (Expand)AuthorAgeFilesLines
* version 1.0.6Jesús2020-12-161-1/+1
* Improve syntaxJesús2020-12-024-14/+7
* More entries in the list of invidious instances in `_extract_from_invidious()`.trizen2020-12-022-9/+11
* - Show the relative age of videos, instead of the published date (which was i...trizen2020-12-021-0/+4
* - UTF-8 decode the value from `Time::Piece::strftime()`. (https://github.com/...trizen2020-12-021-1/+4
* When all the good invidious instances with `statusClass == "success"` fail, t...trizen2020-12-021-5/+3
* `weeklyRatio` for invidious instances is no longer available.trizen2020-12-021-1/+1
* version 1.0.5Jesús2020-11-111-1/+1
* Fix nameJesús2020-11-091-1/+1
* Minor code tweaks in Utils `has_entries()`trizen2020-11-091-3/+4
* Health status of invidious instances is back.trizen2020-11-091-3/+3
* Invidious no longer includes the health status for instances. (bug?)trizen2020-11-091-11/+8
* - Stricter selection of a random invidious instance (with api_host => "auto").trizen2020-11-092-4/+34
* Don't cache if "cache-control" says "no-cache".trizen2020-11-091-2/+2
* Pick and set a random invidious instance when the current instance is down.trizen2020-11-091-1/+1
* - When `api_host => "auto"`, ignore invidious instances with "monitor" disabl...trizen2020-11-091-3/+12
* - Fixed some potential corner-cases in the selection of thumbnails.trizen2020-11-091-6/+17
* - Mention "pipe-viewer" in README. - Allow channel usernames in YouTube URLs ...trizen2020-11-093-45/+20
* gtk: added the "Video License" combobox.trizen2020-11-091-1/+1
* Better detection for HFR (High Frame Rate) videos.trizen2020-11-091-5/+6
* - Filter out streams with "dur=0.000"trizen2020-11-091-2/+5
* - Fixed the `dash_segmented` config-option.trizen2020-11-091-1/+1
* Fix previous commit.trizen2020-11-091-2/+2
* - Fixed the "403: Forbidden" errors for newly uploaded videos on unpopular ch...trizen2020-11-091-0/+10
* - allow "invidious.snopyta.org" with `--api=auto`, as it seems to work better...trizen2020-11-091-1/+2
* Update from upstreamJesús2020-11-092-38/+14
* - Implemented support for trending categories.trizen2020-11-095-74/+31
* - Implemented support for searching for videos from a specific channel.trizen2020-11-091-5/+17
* Implemented support for popular videos.trizen2020-11-093-25/+20
* - Added the "ignore_av1" config-option. (disabled by default)trizen2020-11-092-71/+68
* update from upstreamJesús2020-11-091-3/+8
* Use the video description from the `description` field when `descriptionHtml`...trizen2020-10-031-0/+4
* quotemeta() the filename of the cookie file when passing it to `hypervideo`.trizen2020-09-282-6/+5
* - Implemented `sort_by` and `date` parameters for `/search`. (https://github....trizen2020-09-285-105/+105
* - During `--debug`, display the invidious instances found. - Also allow "invi...trizen2020-09-281-2/+6
* - Added instance-caching for `_get_video_info()`, `_extract_from_ytdl()` and ...trizen2020-09-282-1/+9
* gtk: fixed thumbnails for related videos.trizen2020-09-141-3/+11
* Suggest trying "--api=auto" when the current invidious instance fails.trizen2020-09-141-4/+4
* Reuse the "WWW::FairViewer" in "WWW::FairViewer::GetCaption".trizen2020-09-141-37/+9
* - Added support for loading cookies from a file.trizen2020-09-141-37/+81
* - Use random instances in `_extract_from_invidious()`.trizen2020-09-141-8/+37
* Ignore the non-working: invidiou.site and invidious.toot.koeln.trizen2020-09-141-0/+2
* With `--api=auto`, ignore "invidious.snopyta.org". Seems to be too slow.trizen2020-09-141-1/+4
* Documented `--api=auto`.trizen2020-09-141-1/+2
* - Added support for automatically picking an invidious instance.trizen2020-09-141-9/+87
* - No longer prefer a specific version of TLS.trizen2020-09-141-1/+1
* - Fixed the support for closed-captions for some videos.trizen2020-09-141-2/+1
* When `prefer_mp4` is true and there is no AVC MP4 available, prefer VP9 over ...trizen2020-08-141-3/+5
* - Changed the default API host to `invidious.snopyta.org`.trizen2020-08-141-2/+8
* Minor code simplification in Utils.pmtrizen2020-08-071-3/+1