diff options
author | nia <nia@pkgsrc.org> | 2019-09-04 16:39:13 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-04 16:39:13 +0000 |
commit | e7afdc5c056593aaccfddb6887b186f717420563 (patch) | |
tree | c9ecee98814e2a7617b3343d5ee0dc3d07ea0f91 /net/get_iplayer/Makefile | |
parent | 2eaf5b8c5e6603c088db659e0cbd843c11732d5e (diff) | |
download | pkgsrc-e7afdc5c056593aaccfddb6887b186f717420563.tar.gz |
get_iplayer: Update to 3.22
Changes:
- Fixed schedule page parsing used for cache updates. This was broken by BBC changes and manifested as a series of “WARNING: Got 0 programmes...” messages during cache updates. Your cache will not update without this fix. If you find that some programmes are still missing from your cache, use `--cache-rebuild` to perform a full rebuild.
- get_iplayer now recognises previously-unknown programme versions (e.g., "legal") when the "default" pseudo-version is specified in the value of the `--versionlist` option.
- The `--pid-recursive-type` option is now applied when only downloading auxiliary resources (e.g., `--subtitles-only`).
- Fixed programme title extraction with `--pid-recursive` to prevent unwanted extra text being appended to title in episode listing (e.g., for Proms programmes).
Diffstat (limited to 'net/get_iplayer/Makefile')
-rw-r--r-- | net/get_iplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/get_iplayer/Makefile b/net/get_iplayer/Makefile index e11c685a8f5..39fa08f3934 100644 --- a/net/get_iplayer/Makefile +++ b/net/get_iplayer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/07/19 08:32:42 nia Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/04 16:39:13 nia Exp $ -DISTNAME= get_iplayer-3.21 +DISTNAME= get_iplayer-3.22 CATEGORIES= net multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=get-iplayer/} GITHUB_TAG= v${PKGVERSION_NOREV} |