This is since the class media_url_builder's __parse_link method assumes a link is of the form # event-id-lang1-lang2-...-Title_format.extension i.e. dash separated
there must not be dashes in the event name
the talk id is an integer
whether we now say 36c3-wikipakawg is the event or say wikipakawg-95 is the talk id, the method fails.
This entry just for documentation for now. No genious idea how to handle these talks atm.
using down-frab-videos with the latest congress I get outputs like these
This is since the class
media_url_builder
's__parse_link
method assumes a link is of the form# event-id-lang1-lang2-...-Title_format.extension
i.e. dash separatedwhether we now say
36c3-wikipakawg
is the event or saywikipakawg-95
is the talk id, the method fails.This entry just for documentation for now. No genious idea how to handle these talks atm.