pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pipe-viewer: Update to 0.4.4



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Dec 3 15:35:21 2022 +0100
Changeset:	2afcbc096a446c7d307eea6f5dfee3bb9e66b919

Modified Files:
	pipe-viewer/Makefile
	pipe-viewer/distinfo

Log Message:
pipe-viewer: Update to 0.4.4

Changes:
Version 0.4.4

- CLI: added the `--shorts=s` and `--popular-shorts=s` command-line options.
- CLI: added the `:shorts=i` and `:popular-shorts=i` STDIN options.
- CLI: added the `--streams=s` and `--popular-streams=s` command-line options.
- CLI: added the `:streams=i` and `:popular-streams=i` STDIN options.
- CLI: added the `get_subscriptions_in_parallel` config-option (disabled by default)
- Added support for the new format of YouTube usernames starting with `@`.

Version 0.4.3

- Added basic GET cache in `lwp_get()`.
- Fixed the support for popular videos from a channel.
- Fixed the extraction of the author name in `/browse` requests.
- Ckeck search keywords for a playlist ID and for a channel ID.
- CLI: added the `:p=i` option for playlist results.
- Extract livestream URL with the fallback method only when our code fails.
- Remember a working invidious instance and reuse it across multiple sessions for 1 hour.
- Memoize the output of yt-dlp/youtube-dl and reuse it.

Version 0.4.2

- Support for `richItemRenderer` channel video results.

Version 0.4.1

- CLI: remove the incomplete `mkv` file when `ffmpeg` fails.

Version 0.4.0

- Added the CLI `youtube_playlist_url` and `youtube_channel_url` config-options.
- Extended the `*ID*` special token to return either the video ID, the playlist ID or the channel ID.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2afcbc096a446c7d307eea6f5dfee3bb9e66b919

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pipe-viewer/Makefile | 2 +-
 pipe-viewer/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/pipe-viewer/Makefile b/pipe-viewer/Makefile
index f255abd888..850400ee21 100644
--- a/pipe-viewer/Makefile
+++ b/pipe-viewer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pipe-viewer-0.3.1
+DISTNAME=	pipe-viewer-0.4.4
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=trizen/}
 
diff --git a/pipe-viewer/distinfo b/pipe-viewer/distinfo
index 4378b158cf..18ecf81889 100644
--- a/pipe-viewer/distinfo
+++ b/pipe-viewer/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (pipe-viewer-0.3.1.tar.gz) = bfcffc0fd5be6761aedcfc29591aface77de6d7feecae4f2b1f5dec1406473d7
-SHA512 (pipe-viewer-0.3.1.tar.gz) = c662bb56d8f2b5427b45ce66c084e6fe1fb9f24ce8ebb0e895f4103d44bd953e72c31d354d92fdd98f083c17c0789e7fd29b3422c0f85c22874d98b135fa8683
-Size (pipe-viewer-0.3.1.tar.gz) = 258869 bytes
+BLAKE2s (pipe-viewer-0.4.4.tar.gz) = 6d459c90e3fbd29cc1596f34ebbd371a6734d22e4c971b69ee870e387774b02b
+SHA512 (pipe-viewer-0.4.4.tar.gz) = 490249348e58be88a394d348f902cccab4c850be31d277ebf4d515baf775fc3d76f569d4210bb2e4c9cf302bb665d0e256d527710f6c7c6a35372664b01fe140
+Size (pipe-viewer-0.4.4.tar.gz) = 267112 bytes


Home | Main Index | Thread Index | Old Index