Will Beaufoy a38b8a609b [cbsnews] Handle iframes with src (closes #24790)
Currently only iframes with a data-src attribute are recognised by the
extractor, meaning no video is found for the URL in the linked bug
(extraction fails with RegexNotFoundError).

This fix removes "data-" from the regex pattern, meaning both data-src
and src will be matched. Technically something like xyzsrc would be
matched as well, but I do not think this is a problem.
2020-04-25 23:00:48 +01:00
..
2018-01-23 22:23:12 +07:00
2020-03-24 03:14:30 +07:00