Add a "id_regexp" parameter to filter results on video id
Signed-off-by: Fabien Grumelard <fabix-symlink@grumi.net>
This commit is contained in:
parent
3296d57132
commit
a43a01a5cf
3 changed files with 21 additions and 4 deletions
|
|
@ -10,6 +10,7 @@ For each entry in the configuration file, the script :
|
|||
In each section of the configuration file :
|
||||
- backend : the backend to use
|
||||
- pattern : specify the search pattern
|
||||
- title_exclude : a coma seperated list. If an item in this list is substring of the title, then the video is ignored.
|
||||
- title_exclude : a pipe seperated list. If an item in this list is substring of the title, then the video is ignored.
|
||||
- id_regexp : an optional regular expression that the video id must match
|
||||
- max_results : maximum number of result to parse
|
||||
- directory : the <user specify name> above.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue