openzim / ted

Provide the best of TED.com for offline usage!
https://download.kiwix.org/zim/ted/
GNU General Public License v3.0
13 stars 8 forks source link

Typo in disable-metadata-checks arg in ted2zim-multi #202

Closed dan-niles closed 2 weeks ago

dan-niles commented 1 month ago

There is a typo in the disable-metadata-checks arg in the ted2zim-multi mode in the following two lines: https://github.com/openzim/ted/blob/effb3a81d37e8c4f4eee5f3ae06f1c993c99a14c/src/ted2zim/multi/scraper.py#L288 https://github.com/openzim/ted/blob/effb3a81d37e8c4f4eee5f3ae06f1c993c99a14c/src/ted2zim/multi/scraper.py#L320 It should be --disable-metadata-checks, as defined here.