Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [xhamster] Fix view count extraction | Sergey M․ | 2016-01-09 | 1 | -3/+3 | |
| | | | ||||||
* | | | [xhamster] Fix duration extraction | Sergey M․ | 2016-01-09 | 1 | -5/+6 | |
| | | | ||||||
* | | | [xhamster] Fix upload date extraction | Sergey M․ | 2016-01-09 | 1 | -4/+3 | |
| | | | ||||||
* | | | [xhamster] Improve title extraction | Sergey M․ | 2016-01-09 | 1 | -2/+3 | |
| | | | ||||||
* | | | Merge pull request #8182 from atomic83/patch-1 | Sergey M | 2016-01-08 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Extract xHamster title fix | |||||
| * | | | Extract xHamster title fix | atomic83 | 2016-01-08 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | [vimeo] Automatically pickup full movie when rented (Closes #8171) | Sergey M․ | 2016-01-08 | 1 | -5/+12 | |
| | | | ||||||
* | | | [ivideon] Add support for map bound URLs | Sergey M․ | 2016-01-08 | 1 | -3/+11 | |
| | | | ||||||
* | | | [adultswim] Skip georestricted hls (Closes #8168) | Sergey M․ | 2016-01-08 | 1 | -1/+2 | |
| | | | ||||||
* | | | [soundcloud:likes] Adapt to API changes (Closes #8166) | Sergey M․ | 2016-01-08 | 1 | -19/+19 | |
| | | | ||||||
* | | | [youtube] Support expanding alternative format of links in description ↵ | Sergey M․ | 2016-01-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | (Closes #8164) | |||||
* | | | [ivideon] Add extractor | Sergey M․ | 2016-01-07 | 2 | -0/+76 | |
| | | | ||||||
* | | | check video_play_path and use xpath_text | oittaa | 2016-01-07 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | "This check should take place earlier and should be more general if not video_url:. Same should be done for video_play_path. Also these fields better extracted with xpath_text." Suggestions by @dstftw | |||||
* | | | [npr] Fix extractor (Closes #7218) | Sergey M․ | 2016-01-07 | 1 | -59/+70 | |
| | | | ||||||
* | | | [npr] Add extractor | kaspi | 2016-01-07 | 2 | -0/+72 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed md5 from _TEST moved from xml data to json test changed _TEST url to one that will not expire, so tests would not be failing | |||||
* | | | [udemy] Fix non free course message | Sergey M․ | 2016-01-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | [udemy] Detect non free courses (Closes #8138) | Sergey M․ | 2016-01-06 | 1 | -10/+15 | |
| | | | ||||||
* | | | [README.md] Clarify cookies usage | Sergey M | 2016-01-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | [vrt] Prefix format ids | Sergey M․ | 2016-01-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | [vrt] Extend _VALUD_URL | Sergey M․ | 2016-01-05 | 1 | -1/+5 | |
| | | | ||||||
* | | | [dramafever] Add test for custom episode title | Sergey M․ | 2016-01-05 | 1 | -3/+23 | |
| | | | ||||||
* | | | [dramafever] Fix episode fallback | Sergey M․ | 2016-01-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | [dramafever] Extract episode | Sergey M․ | 2016-01-05 | 1 | -1/+6 | |
| | | | ||||||
* | | | [dramafever] Extract episode number | Sergey M․ | 2016-01-05 | 1 | -0/+2 | |
| | | | ||||||
* | | | [dramafever] Improve subtitles extraction (Closes #8136) | Sergey M․ | 2016-01-05 | 1 | -7/+10 | |
| | | | ||||||
* | | | [amp] Add missing subtitles to info dict | Sergey M․ | 2016-01-05 | 1 | -0/+1 | |
| | | | ||||||
* | | | [downloader/hls] Don't let ffmpeg read from stdin (#8139) | Jaime Marquínez Ferrándiz | 2016-01-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | If you run 'while read aurl ; do youtube-dl "${aurl}"; done < path_to_batch_file' (batch_file contains one url per line that uses the hls downloader) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url (This is the same problem that was fixed for the ffmpeg postprocessors in cffcbc02de504d84e1c2677bb525c00b03e04f53) | |||||
* | | | [rte:radio] Extract timestamp | Sergey M․ | 2016-01-04 | 1 | -5/+12 | |
| | | | ||||||
* | | | [rte:radio] Simplify | Sergey M․ | 2016-01-04 | 1 | -10/+9 | |
| | | | ||||||
* | | | [rte] PEP 8 | Sergey M․ | 2016-01-04 | 1 | -4/+3 | |
| | | | ||||||
* | | | Merge pull request #8063 from bpfoley/rteradio | Sergey M | 2016-01-04 | 2 | -9/+70 | |
|\ \ \ | | | | | | | | | [rte:radio] Add support for RTE radio player | |||||
| * | | | [extractor/rte.py] Add support for RTE radio player | bpfoley | 2016-01-03 | 2 | -9/+70 | |
| | | | | | | | | | | | | | | | | | | | | While here, stop RteIE changing filename extensions to .mp4. The files saved are .flv containers with h264 video. | |||||
* | | | | Credit @bpfoley for rte:radio (#8063) | Sergey M․ | 2016-01-04 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | [ivi] Extract season info | Sergey M․ | 2016-01-04 | 1 | -0/+11 | |
| | | | | ||||||
* | | | | [ivi:compilation] Fix extraction | Sergey M․ | 2016-01-04 | 1 | -5/+10 | |
| | | | | ||||||
* | | | | [ivi] Fix extraction and modernize | Sergey M․ | 2016-01-04 | 1 | -36/+33 | |
| | | | | ||||||
* | | | | [bbccouk] Update tests (Closes #8090) | Sergey M․ | 2016-01-04 | 1 | -10/+9 | |
| | | | | ||||||
* | | | | [20min] Improve (Closes #8110) | Sergey M․ | 2016-01-04 | 3 | -57/+74 | |
| | | | | ||||||
* | | | | [20min.ch] Added support for videoportal | pingtux | 2016-01-04 | 1 | -5/+21 | |
| | | | | ||||||
* | | | | [20min.ch] Add new extractor (closes #5977) | pingtux | 2016-01-04 | 2 | -0/+41 | |
| | | | | ||||||
* | | | | [utils] Extract known extensions for reuse | Sergey M․ | 2016-01-04 | 1 | -14/+17 | |
| | | | | ||||||
* | | | | [nowtv] Mark broken | Sergey M | 2016-01-03 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #8061 from dstftw/introduce-chapter-and-series-fields | Sergey M | 2016-01-03 | 3 | -5/+96 | |
|\ \ \ | | | | | | | | | Introduce chapter and series fields | |||||
| * | | | [udemy] Use chapter_number | Sergey M․ | 2016-01-01 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | [videomore] Use number fields for series | Sergey M․ | 2016-01-01 | 1 | -10/+10 | |
| | | | | ||||||
| * | | | [extractor/common] Introduce number fields for chapters and series | Sergey M․ | 2016-01-01 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | [videomore] Extract series info | Sergey M․ | 2015-12-31 | 1 | -0/+56 | |
| | | | | ||||||
| * | | | [udemy] Extract chapter info | Sergey M․ | 2015-12-31 | 1 | -5/+20 | |
| | | | | ||||||
| * | | | [extractor/common] Document chapter and series fields | Sergey M․ | 2015-12-31 | 1 | -0/+20 | |
| |/ / | ||||||
* | | | [dreisat] use extract_from_xml_url from ZDFIE for info extraction(fixes ↵ | remitamine | 2016-01-02 | 1 | -56/+3 | |
| | | | | | | | | | | | | #7680)(fixes #8104)(closes #8121) |