Posts by Albuquerquess • 1 point
3 posts
-
-1
votes1
answer97
viewsA: Getting HTML attributes with python
I only managed by splitting tag stored in self.html_musicas and storing them in a vector: self.dados_musicas[self.generos] = [] for dados_tag in self.html_musicas: self.dados =…
-
-2
votes1
answer97
viewsQ: Getting HTML attributes with python
I’m wanting to get the information from arial-label, href and title tag a down: <a aria-label="AS MAIS TOCADAS NO BAILE FUNK 2019 #1 - SET DE FUNK by Funk 24por48 10 months ago 39 minutes…
-
0
votes1
answer55
viewsQ: my python file is not being written
I have this part of code: with open('HTMLComposition.js', 'a', encoding="utf8") as JSIncludeFile: JSIncludeFile.write(Code = (""" //JavaFile DivsForComposition = """, divsForHTMLComposition, """ for…
pythonasked Albuquerquess 1