I am kinda new in Python and beautiful soup. Can anyone help and answer how can I extract an hour from this html code ?
<a class="hour-link fancybox-reservation" href="/47,Lodz/Seans/info/seans/CC527207-4B9C-45CD-812F-3501A647E1B3/dzien/146231/film/16892">12:20</a>
Output should be: 12:20
Thank you for all the answers in advance !