Closed joe-rabbit closed 9 months ago
okay sure will make the necessary changes :)
@benoit74 ,Regarding the check, before downloading the zim file may i add the check before prepare_mooc_data()
to check the ZIM_MetaData and call it again after the favicon gets downloaded ???
@benoit74 ,Regarding the check, before downloading the zim file may i add the check before
prepare_mooc_data()
to check the ZIM_MetaData and call it again after the favicon gets downloaded ???
This check must be done ASAP.
To be honest, I think you shouldn't spend too much time on this issue, the scraper is not working anymore and complex, you won't be able to really test your change. Taking an issue from youtube / ted / freecodecamp / kolibri / zimfarm would be more appropriate.
Closing this for now, feel free to reopen
Fix #181
I have added a function called
handle_descriptions
that takes in three inputs:default_description
,description
, andlong_description
. It returns the description either aslong_description
ordescription
. I have also made changes in theget_zim_info
function.Additionally, the newer version of
make_zim_file
does not takefavicon
as an input parameter, so I changed it toillustrations
.