summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [dplay] add support for it.dplay.com and dplay.dkAidan Rowe2016-02-271-20/+66
| | | | |
* | | | | [extractor/generic] Add support for tnaflix network embeds (Closes #7505)Sergey M․2016-02-271-0/+6
| | | | |
* | | | | [tnaflixnetwork:embed] Add _extract_urlsSergey M․2016-02-271-0/+6
| | | | |
* | | | | [tnaflixnetwork] Fallback age limit to 18Sergey M․2016-02-271-1/+1
| | | | |
* | | | | [tnaflixnetwork:embed] Add extractorSergey M․2016-02-272-1/+26
| | | | |
* | | | | [imdb] Recognize 1080p formats (Closes #8677)Sergey M․2016-02-271-1/+1
| | | | |
* | | | | [extractor/common] Clarify rationale on media playlist detectionSergey M․2016-02-271-5/+15
| | | | |
* | | | | [extractor/common] Properly extract audio only formats in master m3u8 playlistsSergey M․2016-02-271-8/+18
| | | | |
* | | | | [utils] Multiple changes to base_n()Yen Chi Hsuan2016-02-272-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Renamed to encode_base_n() 2. Allow tables longer than 62 characters 3. Raise ValueError instead of AssertionError for invalid input data 4. Return the first character in the table instead of '0' for number 0 5. Add tests
* | | | | [infoq] Use BokeCC extractor functionYen Chi Hsuan2016-02-271-27/+4
| | | | |
* | | | | [bokecc] Add new extractor (#2336)Yen Chi Hsuan2016-02-272-0/+61
| | | | |
* | | | | [letv] Speedup M3U8 decryptionYen Chi Hsuan2016-02-271-9/+8
| | | | |
* | | | | [youtube] Add alternative automatic captions extraction approach (Closes #8667)Sergey M․2016-02-261-28/+55
| | | | |
* | | | | [vidzi] Use decode_packed_codesYen Chi Hsuan2016-02-261-15/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Javascript codes found on Vidzi are slightly different from those found in VideoMega and iQiyi. Nevertheless, the difference has no effects on the final result.
* | | | | [utils] Relaxing regex in decode_packed_codes for vidziYen Chi Hsuan2016-02-261-1/+1
| | | | |
* | | | | [videomega] Fix extraction (closes #7606)Yen Chi Hsuan2016-02-261-3/+7
| | | | |
* | | | | [utils] Move codes for handling eval() from iqiyi.pyYen Chi Hsuan2016-02-262-22/+22
| | | | |
* | | | | [utils] Merge base_n functionsYen Chi Hsuan2016-02-263-13/+11
| | | | |
* | | | | [vidzi] Fix extractionYen Chi Hsuan2016-02-262-15/+31
| | | | |
* | | | | [utils] Add base36 for use in VidziYen Chi Hsuan2016-02-261-0/+4
| | | | |
* | | | | [jwplatform] Separate codes for for parsing jwplayer dataYen Chi Hsuan2016-02-261-27/+32
| | | | |
* | | | | [utils] Move base62 to utilsYen Chi Hsuan2016-02-262-13/+16
| | | | |
* | | | | [kuwo] Fix a testYen Chi Hsuan2016-02-261-0/+1
| | | | |
* | | | | [space] Remove extractor (Closes #8662)Sergey M․2016-02-252-39/+0
| | | | | | | | | | | | | | | | | | | | Now uses ooyala embed
* | | | | [ustudio] Improve (Closes #8574)Sergey M․2016-02-251-44/+53
| | | | |
* | | | | [uStudio] Add new extractormutantmonkey2016-02-252-0/+59
| | | | |
* | | | | [motherless] Update testsSergey M․2016-02-251-47/+44
| | | | |
* | | | | [utils] Remove AM/PM from unified_strdate patternsSergey M․2016-02-252-3/+4
| | | | |
* | | | | [motherless] Detect non-existing videosSergey M․2016-02-251-0/+6
| | | | |
* | | | | [motherless] Make categories optional (Closes #8654)Sergey M․2016-02-251-1/+6
| | | | |
* | | | | [README.md] Turn references to issues to linksSergey M2016-02-241-2/+2
| | | | |
* | | | | [facebook] Fix format sortingYen Chi Hsuan2016-02-241-1/+4
| | | | | | | | | | | | | | | | | | | | 'hd' formats should have higher priorities
* | | | | [c56] Support videos hosted on Sohu (closes #8073)Yen Chi Hsuan2016-02-241-2/+20
| | | | |
* | | | | [vk] Extract video URL from extra_data (Closes #8646)Sergey M․2016-02-231-6/+25
| | | | |
* | | | | [facebook] Support mobile URLs (closes #8638)Yen Chi Hsuan2016-02-231-2/+6
| | | | |
* | | | | [nba] Support channels (#5362, #4167)Yen Chi Hsuan2016-02-231-0/+71
| | | | |
* | | | | [utils] Implement cache for OnDemandPagedListYen Chi Hsuan2016-02-231-2/+11
| | | | |
* | | | | [nba] Support non-video/ pagesYen Chi Hsuan2016-02-231-3/+27
| | | | | | | | | | | | | | | | | | | | Fixes #8589
* | | | | [README.md] Fix typoSergey M2016-02-231-1/+1
| | | | |
* | | | | [README.md] Fix typoSergey M2016-02-231-1/+1
| | | | |
* | | | | [README.md] Clarify robustness and future-proof requirements for new extractorsSergey M2016-02-231-2/+3
| | | | |
* | | | | [README.md] Update link to extractor metafieldsSergey M2016-02-231-1/+1
| | | | |
* | | | | [README.md] Emphasize copyright infringement aspects in add-new-site-support ↵Sergey M2016-02-231-1/+3
| | | | | | | | | | | | | | | | | | | | tutorial
* | | | | [README.md] Add tl;dr links to examplesSergey M2016-02-231-3/+9
| | | | |
* | | | | [README.md] Extract example subsectionsSergey M2016-02-231-2/+7
| | | | |
* | | | | [README.md:output_template] Add example for channel/user playlists downloadSergey M2016-02-231-0/+3
| | | | |
* | | | | [xfileshare] Add support for powerwatch (Closes #8628)Sergey M․2016-02-221-1/+9
| | | | |
* | | | | release 2016.02.22Philipp Hagemeister2016-02-223-4/+10
| | | | |
* | | | | [tf1] fix info extraction(fixes #8599)remitamine2016-02-222-7/+7
| | | | |
* | | | | [googledrive] Make thumbnail optional (Closes #8629)Sergey M․2016-02-221-1/+1
| | | | |