Closed rachmadaniHaryono closed 8 years ago
I could probably get the same info to download a deviantart image using regex
instead of bs4
& lxml
if ever needed.
Well, that is another option. So, should I cancel this pull request?
No I think it's good as is. I've tested out the similar, py3, version of this branch. It has worked well for me.
lxml is occasionally hard to install, and deviantart urls aren't always needed; for that reason, I'll probably leave those in extras_require.
to fix #56. simple implementation to parser deviant art page html. it depend on
bs4
andlxml
package.