Skip to content

Commit 87c4e4e

Browse files
committed
3.0.149
1 parent 4e3a40b commit 87c4e4e

File tree

3 files changed

+220
-204
lines changed

3 files changed

+220
-204
lines changed

.github/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
9999
<details><summary>List all subcommands</summary>
100100

101101
$ library
102-
library (v3.0.148; 104 subcommands)
102+
library (v3.0.149; 104 subcommands)
103103

104104
Create database subcommands:
105105
╭─────────────────┬──────────────────────────────────────────╮
@@ -1159,6 +1159,11 @@ BTW, for some cols like time_deleted you'll need to specify a where clause so th
11591159

11601160
library extract-text --skip-links --local-html (cb -t text/html | psub) | library cs --groups | jq -r '.[] | .grouped_paths | "\n" + join("\n")'
11611161

1162+
Select text by CSS selector
1163+
1164+
library text --selenium https://aaronson.org/full-moon-albums/ --select .album-artist,.album-title --sep ' - ' | \
1165+
library links-db ~/mc/music.db -c p1 --skip-extract -
1166+
11621167

11631168
</details>
11641169

library/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from library.utils import argparse_utils, iterables
66
from library.utils.log_utils import log
77

8-
__version__ = "3.0.148"
8+
__version__ = "3.0.149"
99

1010
progs = {
1111
"Create database subcommands": {

0 commit comments

Comments
 (0)