Linusp / python-inoreader

Python wrapper of Inoreader API
65 stars 18 forks source link

Add error handle for get_stream_contents #23

Closed cczhong11 closed 1 year ago

cczhong11 commented 1 year ago

Some articles did not have content so it would throw Error in Article.from_json Add try catch to avoid throw exception

cczhong11 commented 1 year ago

also add limitation on the get_stream_contents