sk364 / codechef-cli

CodeChef Command Line Client.
https://pypi.python.org/pypi/codechefcli
GNU General Public License v3.0
35 stars 36 forks source link

Fixed: Handling Images in Problem Description #23 #52

Closed kantajitshaw closed 4 years ago

kantajitshaw commented 4 years ago

Handled by providing image URL in the blue underlined text in the description where the image is supposed to be. #23

kantajitshaw commented 4 years ago

we can userequests_html based solution, which already includes beautifulsoup4.

Ok, I will take a look.