Skip to main content

bgng queue

The queue stores pending and processed YouTube URLs in ~/.bgng/queue.md.

Add URLs

bgng queue add "https://www.youtube.com/watch?v=A"
cat urls.txt | bgng queue add -

Duplicates are skipped if the URL is already pending or already processed.

List URLs

bgng queue list
bgng queue list --pending
bgng queue list --processed
bgng queue list --json

--json emits arrays for pending URLs and processed entries.

Process the queue

bgng url batch-process

The queue parser only preserves the ## Pending and ## Processed sections. Hand edits outside those sections are dropped on rewrite.