darthbhyrava added a comment.
According to Beautiful Soup's documentation ( https://goo.gl/HfQifz ) we need to change the import statements and check for specific method names while porting to bs4. This can be easily changed in the two respective scripts. But how can I enusre bs4 //is// installed in the first place, and where do I add the test script for getLicense()? Since there is only one statement in this function where a Beautiful Soup method is being used: soup = BeautifulSoup(data) can I not add an in-text condition for the same? Since I am new to Pywikibot, I would really appreciate some help. Thanks! TASK DETAIL https://phabricator.wikimedia.org/T115428 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: darthbhyrava Cc: darthbhyrava, StudiesWorld, XZise, Aklapper, Avicennasis, pywikibot-bugs-list, jayvdb _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
