aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/ora.py
AgeCommit message (Collapse)Author
2020-09-03[skip travis] revert automerge for nowUnknown
2020-09-02[skip travis] adding automerge supportUnknown
basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling
2020-09-02[skip travis] renamingUnknown
to avoid using same folder when using pip install for example
2016-05-14[ora] Revert extraction to regexesSergey M․
It's less fragile than using js_to_json with ora js
2016-05-14[ora] minimise fragile regex shenanigans; recognise unsafespeech.com URLsfelix
2016-01-20[OraTV] update extractorCeruleanSky
"current" is now "video" "hls_stream" is now hls_stream without quotes video_id is now id duration for current video is not present(for other videos it is) modified regex to find hls_stream variable to work reguardless of whether it is quoted or not. [ora] Improve (Closes #8273)
2016-01-10Fix typosJakub Wilk
Closes #8200.
2015-12-31[ora] Add new extractor(closes #7732)remitamine