mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-04 04:33:38 +00:00
c1a03b1ac3
* reimplement loose equality according to MDN (eg, 1 == "1") * improve strict equality (eg, "abc" === "abc" but 'abc' is not 'abc') * add tests for above