mirror of
https://github.com/wader/fq.git
synced 2024-12-23 13:22:58 +03:00
6a15625587
Also add tosym, toactual
3 lines
218 B
Plaintext
3 lines
218 B
Plaintext
# <matroska value> | matroska_path(".Segment.Tracks[0].TrackEntry[1].CodecID") -> element
|
|
# <matroska value> | matroska_path(<matroska value>) -> ".Segment.Tracks[0]"
|
|
def matroska_path(p): tree_path(.elements; .id; p); |