-
Python version 3.10.1 I'm using the tutorial from: https://sempioneer.com/python-for-seo/how-to-extract-text-from-multiple-webpages-in-python/ Running the code presents the following error:
from this line of code:
I appear not to be the only one experiencing this issue:
I went to the documents to see if I could figure out what the issue is. Documentation From here I see trafilatura.extract does not have "json_output". However, I do see "output_format". Are these interchangeable? The following seems to work:
However I want to be sure. I don't see anything in the Github changelog referencing this. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @BreezySMX, thanks for your feedback! These arguments are now indeed deprecated in favor of |
Beta Was this translation helpful? Give feedback.
Hi @BreezySMX, thanks for your feedback!
These arguments are now indeed deprecated in favor of
output_format
but the information might not be so easy to find. I added a corresponding error in 24aa207.