Skip to content

Commit

Permalink
fix: correct field name for readStream
Browse files Browse the repository at this point in the history
  • Loading branch information
c01nd01r committed Aug 13, 2023
1 parent 8b1ee46 commit 8ec7229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import { BcDLP } from 'bc-dlp'
import * as fs from 'fs'
const bcDLP = new BcDLP('yt-dlp')

const { readableStream, execEventEmitter } = bcDLP.execStream([
const { readStream, execEventEmitter } = bcDLP.execStream([
'https://www.youtube.com/watch?v=aqz-KE-bpKQ',
'-f',
'best[ext=mp4]'
Expand Down

0 comments on commit 8ec7229

Please sign in to comment.