@Psyhackological Got this error while running the script
Traceback (most recent call last):
File "D:\softwares\Programs\DDD\DDD.py", line 1, in
import DDJ
File "D:\softwares\Programs\DDD\DDJ.py", line 24, in
recent_episode_nr = get_recent_episode_nr() # TODO ConnectionError exception
File "D:\softwares\Programs\DDD\DDJ.py", line 17, in get_recent_episode_nr
return int(recent_episode_str)
ValueError: invalid literal for int() with base 10: 'rc'
Some break in parsing the a_href and fetching the latest episode no. Fixed it by parsing bsoup using class name.
image
Nice tool btw :)
@Psyhackological Got this error while running the script
Traceback (most recent call last):
File "D:\softwares\Programs\DDD\DDD.py", line 1, in <module>
import DDJ
File "D:\softwares\Programs\DDD\DDJ.py", line 24, in <module>
recent_episode_nr = get_recent_episode_nr() # TODO ConnectionError exception
File "D:\softwares\Programs\DDD\DDJ.py", line 17, in get_recent_episode_nr
return int(recent_episode_str)
ValueError: invalid literal for int() with base 10: 'rc'
Some break in parsing the a_href and fetching the latest episode no. Fixed it by parsing bsoup using class name.

Nice tool btw :)