]> asedeno.scripts.mit.edu Git - youtube-dl.git/commit
Make default upload_/release_date a compat_str
authordf <fieldhouse@gmx.net>
Sun, 1 Aug 2021 08:42:57 +0000 (09:42 +0100)
committerdirkf <fieldhouse@gmx.net>
Sat, 26 Feb 2022 10:29:42 +0000 (10:29 +0000)
commit6508688e88c83bb811653083db9351702cd39a6a
tree70dc3e555bdd74947bbb48adc7ad065ca7fc2b6c
parent4194d253c0b922addf0439228066cb4fb487bac3
Make default upload_/release_date a compat_str

Ensures download tests pass in Python 2 as well as 3; also
add YoutubeDL tests for timestamp -> upload_date etc.
test/test_YoutubeDL.py
youtube_dl/YoutubeDL.py