python - How to get BeautifulSoap to parse encoded characters such as "\u003C"? -


i have html string of characters encoded:

\u003c\/style\u003e\u003cdiv\u003e\u003cdiv style=\"position:relative;background: ...... 

i want able parse beautifulsoap. there easy way convert these encoded characters fromat beautifulsoap support , feed result string it?

there no need that. beautifulsoup can handle correctly. ran html string, works.

html string test


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -