File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515from mutagen .mp4 import MP4
1616
1717
18- __version__ = '1.1.8 '
18+ __version__ = '1.1.9 '
1919
2020
2121# defaults to darwin
@@ -110,7 +110,8 @@ def parse_nts_data(bs):
110110 else :
111111 station = station .strip ()
112112
113- bg_tag = bs .select ('section#bg[style]' )
113+ # bg_tag = bs.select('section#bg[style]')
114+ bg_tag = bs .select ('section.background-image.visible-desktop[style]' )
114115 background_image_regex = r'background-image:url\((.*)\)'
115116 image_url = re .match (background_image_regex ,
116117 bg_tag [0 ]['style' ]).groups ()[0 ]
Original file line number Diff line number Diff line change 22
33setuptools .setup (
44 name = "nts-everdrone" ,
5- version = "1.1.8 " ,
5+ version = "1.1.9 " ,
66 author = "Giorgio Tropiano" ,
77 author_email = "giorgiotropiano@gmail.com" ,
88 description = "NTS Radio downloader tool" ,
You can’t perform that action at this time.
0 commit comments