mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-04-19 21:55:17 -04: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