File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ def reddit_add(args=None) -> None:
313313 log .error (f"[{ path } ]: Skipping unknown URL" )
314314 continue
315315
316- if db_playlists .get_id (args , path ) is None :
316+ if db_playlists .get_id (args , path ) is None or args . force :
317317 try :
318318 if extractor_key == "reddit_praw_redditor" :
319319 redditor_new (args , {"path" : path , "name" : name })
Original file line number Diff line number Diff line change 4545
4646<img align="right" width="300" height="600" src="https://raw.githubusercontent.com/chapmanjacobd/library/main/.github/examples/art.avif" />
4747
48- [](https://pepy.tech/project/xklb )
48+ [](https://pepy.tech/project/library )
4949
5050## Install
5151
You can’t perform that action at this time.
0 commit comments