aboutsummaryrefslogtreecommitdiffstats
path: root/lib/WWW
Commit message (Expand)AuthorAgeFilesLines
* 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
* In description, handle decoding of `youtu.be` links and other internal URLs.trizen2020-08-071-0/+10
* Minor fix in the decoding of URLs in video description.trizen2020-08-071-1/+6
* - Starting with September 30th, use "invidious.snopyta.org" instead.trizen2020-08-071-1/+7
* Use the ".opus" extension for audio streams.trizen2020-07-271-1/+2
* - Allow YouTube URLs to be passed to `--id`.trizen2020-07-271-1/+1
* Minor code simplification.trizen2020-07-271-15/+12
* - Added support for ignoring high frame rate (HFR) videos.trizen2020-07-272-106/+92
* Version 1.0.4Jesús2020-06-241-1/+1
* Handle some potential corner cases.trizen2020-06-151-1/+1
* - Added a fallback method for extracting video information. - Decode internal...trizen2020-06-062-2/+62
* - Filter out recommended videos from related videos.trizen2020-06-061-0/+7
* - Added basic support for related videos. (fixes https://github.com/trizen/st...trizen2020-06-062-3/+93
* - Allow channel & playlist IDs to be longer (between 11 and 64 characters).trizen2020-06-061-1/+1
* Detect videos with `signatureCipher` and fallback to `hypervideo`.trizen2020-06-061-58/+46
* Version 1.0.3Jesús2020-03-241-1/+1
* Reordered the itags for better quality.trizen2020-03-241-13/+14
* Support three-digit video selection.trizen2020-03-141-2/+2
* - Also replace "<br/>" with a newline. - Remove leading whitespace from descr...trizen2020-03-141-1/+2
* - Extract URLs in description from `descriptionHtml` field. (https://github.c...trizen2020-03-142-5/+36
* Always keep itag=22 when checking for `contentLength > 0`.trizen2020-03-101-1/+1
* - Support for next pages of playlists from username. - Better detection for t...trizen2020-03-072-25/+23
* - Implemented support for playlists from username.trizen2020-03-071-10/+2
* Version 1.0.2Jesús2020-03-031-1/+1
* Keep dual licenses GPLv3 or later and Artistic 2.0Jesús2020-03-0318-217/+120
* Version 1.0.1Jesús2020-03-031-1/+1
* Fix CopyrightJesús2020-03-0318-0/+50
* Revert "Fix Authors"Jesús2020-03-0311-0/+11
* Fix AuthorsJesús2020-03-0211-11/+0
* Fix Non-ASCII characterJesús2020-03-0218-36/+36
* Renew AuthorJesús2020-03-0218-88/+222
* Fix licenseJesús2020-03-021-37/+15
* Set freedom URL and hypervideo app defaultJesús2020-03-021-4/+4
* rebrand appJesús2020-03-0218-124/+124
* Added support for next pages of comments.trizen2020-02-271-0/+14
* - Added support for next pages of results. (fixes https://github.com/trizen/s...trizen2020-02-271-18/+29
* - Don't cache resposes with code >= 300.trizen2020-02-261-1/+2