Skip to content

Commit fc125fb

Browse files
authored
fix: add missing types (#201)
1 parent 48cafd6 commit fc125fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ export type Flags = {
268268
datebefore?: string
269269
defaultSearch?: string
270270
downloadArchive?: string
271+
downloadSections?: string
271272
dumpJson?: boolean
272273
dumpPages?: boolean
273274
dumpSingleJson?: boolean
@@ -286,6 +287,7 @@ export type Flags = {
286287
forceGenericExtractor?: boolean
287288
forceIpv4?: boolean
288289
forceIpv6?: boolean
290+
forceKeyframesAtCuts?: boolean
289291
format?: string
290292
geoBypass?: boolean
291293
geoBypassCountry?: string

0 commit comments

Comments
 (0)