We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a typo in the disable-metadata-checks arg in the ted2zim-multi mode in the following two lines:
disable-metadata-checks
ted2zim-multi
ted/src/ted2zim/multi/scraper.py
Line 288 in effb3a8
Line 320 in effb3a8
--disable-metadata-checks
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There is a typo in the
disable-metadata-checks
arg in theted2zim-multi
mode in the following two lines:ted/src/ted2zim/multi/scraper.py
Line 288 in effb3a8
ted/src/ted2zim/multi/scraper.py
Line 320 in effb3a8
It should be
--disable-metadata-checks
, as defined here.The text was updated successfully, but these errors were encountered: