feat: add playlist date parser
This commit is contained in:
parent
d18f175aef
commit
a992495b2b
8 changed files with 1909 additions and 422 deletions
|
|
@ -21,6 +21,7 @@ struct DictEntry {
|
|||
timeago_tokens: BTreeMap<String, String>,
|
||||
date_order: String,
|
||||
months: BTreeMap<String, u8>,
|
||||
timeago_nd_tokens: BTreeMap<String, String>,
|
||||
}
|
||||
|
||||
fn read_dict() -> Dictionary {
|
||||
|
|
|
|||
Reference in a new issue