Yen Chi Hsuan
|
dab0daeeb0
[utils,compat] Move struct_pack and struct_unpack to compat.py
|
9 年之前 |
Adam Thalhammer
|
31c4448f6e
Instead of replacing accented characters with an underscore when sanitizing file names in restricted mode, replace them with their non-accented equivalents fixes #9347
|
9 年之前 |
Adam Thalhammer
|
79a2e94e79
Instead of replacing accented characters with an underscore when sanitizing file names in restricted mode, replace them with their non-accented equivalents fixes #9347
|
9 年之前 |
Sergey M
|
b6c0d4f431
Merge pull request #9110 from remitamine/parse_duration
|
9 年之前 |
remitamine
|
acaff49575
[utils] imporove parse_duration to handle more formats
|
9 年之前 |
Jaime Marquínez Ferrándiz
|
eb9c3edd5e
[test/utils] Add test for date_from_str
|
9 年之前 |
Yen Chi Hsuan
|
81f36eba88
[test/test_utils] Update for escape_url change (again)
|
9 年之前 |
Yen Chi Hsuan
|
2d60465e44
[test/test_utils] Update for escape_url change
|
9 年之前 |
Jaime Marquínez Ferrándiz
|
782b1b5bd1
[utils] lookup_unit_table: Match word boundary instead of end of string
|
9 年之前 |
Sergey M․
|
c5229f3926
[utils] PEP 8
|
9 年之前 |
remitamine
|
83548824c2
Merge pull request #8092 from bpfoley/twitter-thumbnail
|
9 年之前 |
Sergey M․
|
fb47597b09
[bbc] Generalize unit table lookup and add parse_count
|
9 年之前 |
remitamine
|
3201a67f61
[test/test_utils] add more tests for update_url_query
|
9 年之前 |
remitamine
|
fb640d0a3d
[test/test_utils] add tests for update_url_query
|
9 年之前 |
Brian Foley
|
8bb56eeeea
[utils] Add extract_attributes for extracting html tag attributes
|
9 年之前 |
Yen Chi Hsuan
|
5eb6bdced4
[utils] Multiple changes to base_n()
|
9 年之前 |
Sergey M․
|
f160785c5c
[utils] Remove AM/PM from unified_strdate patterns
|
9 年之前 |
Yen Chi Hsuan
|
5bc880b988
[utils] Add OHDave's RSA encryption function
|
9 年之前 |
Sergey M․
|
8411229bd5
[utils] Allow dot in strip_jsonp
|
9 年之前 |
Sergey M․
|
86296ad2cd
[utils] Add ability to control skipping false values in dict_get
|
9 年之前 |
Sergey M․
|
cbecc9b903
[utils] Add dict_get convenience method
|
9 年之前 |
Sergey M․
|
6b77d52b1f
[test_utils] Add tests for encode_compat_str
|
9 年之前 |
Yen Chi Hsuan
|
db2fe38b55
[utils] Support alternative timestamp format in TTML
|
9 年之前 |
Yen Chi Hsuan
|
d631d5f9f2
[utils] Fix TTML conversion
|
9 年之前 |
Sergey M․
|
31b2051e21
[utils] Add remove_quotes
|
9 年之前 |
Sergey M․
|
9cb9a5df77
[utils] Check ext with trailing slash against the list of known extensions
|
9 年之前 |
Sergey M․
|
5035536e3f
[test_utils] Add tests for determine_ext
|
9 年之前 |
Sergey M․
|
7aefc49c40
[utils] Skip invalid/non HTML entities (Closes #7518)
|
9 年之前 |
Jaime Marquínez Ferrándiz
|
6a75040278
[utils] unified_strdate: Return None if the date format can't be recognized (fixes #7340)
|
9 年之前 |
Sergey M
|
30eecc6a04
Merge pull request #7296 from jaimeMF/xml_attrib_unicode
|
9 年之前 |