Superslub / AGI_Reverse_Lookup_DACH

Asterisk ReverseLookup (Rückwärtssuche) for Telefone Numbers DACH
11 stars 4 forks source link

dasoertliche and klicktel don't work anymore #1

Closed Schnappatmer closed 9 years ago

Schnappatmer commented 9 years ago

I changed the following lines to make dasoertliche and klicktel work again:

354c354
<             class => 'preview iname');

---
>             class => 'name ');
387c387
<             my $e = $tree->look_down(_tag => 'div', class => 'results direct');

---
>             my $e = $tree->look_down(_tag => 'div', class => 'headerContainer');
392c392
<                     $reverseresult = substr($reverseresult->as_trimmed_text(extra_chars => '\xA0'),3);

---
>                     $reverseresult = $reverseresult->as_trimmed_text(extra_chars => '\xA0');
Superslub commented 9 years ago

Fixed. Thank you.