Skip to content

Commit

Permalink
postprocessor/metadataparser: add BACKLOG_UNSET back
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesmiscore committed Apr 24, 2022
1 parent cf44c6d commit 207ccb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yt_dlp/postprocessor/metadataparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def f(info):
search_re = re.compile(search)
return f

BACKLOG_UNSET = object()
Actions = Namespace(INTERPRET=interpretter, REPLACE=replacer)


Expand Down

0 comments on commit 207ccb5

Please sign in to comment.