Commit Graph

18 Commits (f8987163fb20b53e10b65ab80fbfd7ed2bd115d5)

Author SHA1 Message Date
Sergey M․ 2599956c9f
[rte] Add support for new API endpoint (closes )
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
Remita Amine 0d7d9f9404 [rte] improve extraction(closes )(closes )
Sergey M․ e42f413716 [rte] Improve thumbnail extraction (Closes )
Sergey M․ 19dbaeece3 Remove _sort_formats from _extract_*_formats methods
Now _sort_formats should be called explicitly.
_sort_formats has been added to all the necessary places in code.

Closes 
Sergey M․ 611c1dd96e [refactor] Single quotes consistency
Brian Foley 5dd4b3468f [rte:radio] Add support for RTMP downloads, alternate URL style
This is useful as
a) RTMP downloads are a good deal faster to download
b) Older items are available only as RTMP streams
Sergey M․ 9938a17f92 [rte:radio] Extract timestamp
Sergey M․ 9746f4314a [rte:radio] Simplify
Sergey M․ 0238451fc0 [rte] PEP 8
bpfoley 896c7a23cd [extractor/rte.py] Add support for RTE radio player
While here, stop RteIE changing filename extensions to .mp4. The files
saved are .flv containers with h264 video.
Jaime Marquínez Ferrándiz 6df7179e6c [rte] Actually recognize https urls
There was a missing 's' before the '?'.
Jaime Marquínez Ferrándiz 36eb802baf [rte] Replace expired test
According to their webpage it should be available until October 2035.
Sergey M․ 246ce10858 [rte] Update _VALID_URL (Closes )
Philipp Hagemeister 3462af03e6 [rte] PEP8
Philipp Hagemeister ea1d5bdcdd [rte] Make more robust and add a new testcase ()
dinesh 0551a02b82 [Rte] Improve extractor
dinesh 25fadd06d0 [Rte] New extractor added