aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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-117-9/+23
* Fix names appJesús2020-11-111-1/+1
* Fix nameJesús2020-11-092-4/+4
* 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
* modified: README.md -- moved the TRY section before INSTALLtrizen2020-11-091-13/+13
* Pick and set a random invidious instance when the current instance is down.trizen2020-11-092-2/+2
* - 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
* - Extended right-click "Play as audio" to support playlists.trizen2020-11-092-3/+9
* - Mention "pipe-viewer" in README. - Allow channel usernames in YouTube URLs ...trizen2020-11-097-61/+52
* gtk: added the "Video License" combobox.trizen2020-11-093-25/+85
* modified: README.md -- updated screenshot for CLI versiontrizen2020-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
* gtk: added the right-click "Play as audio" entry.trizen2020-11-091-8/+24
* Update from upstreamJesús2020-11-091-715/+686
* - Replaced "--title" with "--force-media-title" for `mpv` player. (https://gi...trizen2020-11-092-4/+4
* update from upstreamJesús2020-11-093-12/+15
* Several typo and spelling fixes.trizen2020-11-091-6/+10
* Update from upstreamJesús2020-11-092-6/+7
* Update from upstreamJesús2020-11-095-104/+425
* - Implemented support for trending categories.trizen2020-11-098-313/+76
* - 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-094-103/+96
* update from upstreamJesús2020-11-093-10/+57
* 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-288-480/+413
* Clarify the build dependencies.bodqhrohro2020-09-281-0/+4
* - 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-287-8/+20
* Recommend "Term::ReadLine::Gnu", which provides "Term::ReadLine::Gnu::XS"trizen2020-09-283-3/+3
* gtk: fixed the detection of "no results" vs "api down"trizen2020-09-141-5/+5
* gtk: fixed thumbnails for related videos.trizen2020-09-141-3/+11
* Suggest trying "--api=auto" when the current invidious instance fails.trizen2020-09-144-32/+36
* Save converted in the same folder they are downloaded in.trizen2020-09-141-1/+1
* Reuse the "WWW::FairViewer" in "WWW::FairViewer::GetCaption".trizen2020-09-143-37/+11
* - Added support for loading cookies from a file.trizen2020-09-143-51/+112