Skip to content

Commit

Permalink
Merge pull request #24 from CorrectRoadH/dev
Browse files Browse the repository at this point in the history
feat: add bilibili config to convert bilibili nfo
  • Loading branch information
owdevel authored Sep 3, 2023
2 parents 56eed6e + 0043d1b commit f97cb24
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ytdl_nfo/configs/bilibili.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
episodedetails:
- title: '{title}'
- showtitle: '{uploader}'
- uniqueid:
attr:
type: 'bilibili'
default: "true"
value: '{id}'
- plot: '{description}'
- premiered:
convert: 'date'
input_f: '%Y%m%d'
output_f: '%Y-%m-%d'
value: '{upload_date}'

0 comments on commit f97cb24

Please sign in to comment.