Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [nationalgeographic] skip download for national geographic channel ↵ | Remita Amine | 2016-07-03 | 1 | -0/+8 |
| | | | | tests(closes #9991) | ||||
* | [rai] Fix extraction and update _TESTS | Yen Chi Hsuan | 2016-07-03 | 1 | -57/+56 |
| | | | | | | Closes #8617 Closes #9157 Closes #9232 | ||||
* | [buzzfeed] Detect Facebook embed and update _TESTS | Yen Chi Hsuan | 2016-07-03 | 1 | -5/+27 |
| | | | | Closes #5701 | ||||
* | [facebook] Improve embed detection (#5701) | Yen Chi Hsuan | 2016-07-03 | 1 | -1/+1 |
| | |||||
* | [history:topic] Relax _VALID_URL | Sergey M․ | 2016-07-03 | 1 | -1/+7 |
| | |||||
* | [README.md] Update some codebase links | Sergey M․ | 2016-07-03 | 1 | -2/+2 |
| | |||||
* | Add PULL_REQUEST_TEMPLATE.md | Sergey M․ | 2016-07-03 | 1 | -0/+22 |
| | |||||
* | [README.md] Start writing youtube-dl coding conventions | Sergey M․ | 2016-07-03 | 1 | -6/+146 |
| | |||||
* | [hrti] Don't redefine variable in list comprehension | Jaime Marquínez Ferrándiz | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | [nationalgeographic] add support Adobe Pass auth | Remita Amine | 2016-07-02 | 1 | -2/+13 |
| | |||||
* | [aenetworks] add support Adobe Pass auth | Remita Amine | 2016-07-02 | 1 | -26/+51 |
| | |||||
* | [theplatform] add basic support for Adobe Pass | Remita Amine | 2016-07-02 | 2 | -8/+105 |
| | |||||
* | release 2016.07.03 | Sergey M․ | 2016-07-03 | 3 | -5/+7 |
| | |||||
* | [xtube] Fix extraction (Closes #9953, closes #9961) | Sergey M․ | 2016-07-03 | 1 | -16/+33 |
| | |||||
* | [extractors] Add hrti:playlist import | Sergey M․ | 2016-07-03 | 1 | -1/+4 |
| | |||||
* | Credit @atopuzov for hrti (#9482) | Sergey M․ | 2016-07-03 | 1 | -0/+1 |
| | |||||
* | [hrti] Improve and add support for playlists (Closes #9482) | Sergey M․ | 2016-07-03 | 1 | -96/+149 |
| | |||||
* | [utils] Add PUTRequest | Sergey M․ | 2016-07-03 | 1 | -3/+12 |
| | |||||
* | [HRTi] Implement extractor for Croatian Radiotelevision | Aleksandar Topuzovic | 2016-07-03 | 3 | -0/+152 |
| | |||||
* | [la7.it] Fix the extractor | Yen Chi Hsuan | 2016-07-02 | 1 | -40/+54 |
| | |||||
* | [facebook] Make embed detection stricter to prevent false-positives | Yen Chi Hsuan | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | [generic] Add MD5 checksums | Yen Chi Hsuan | 2016-07-02 | 1 | -0/+3 |
| | |||||
* | [generic] Support Wordpress "YouTube Video Importer" plugin | Yen Chi Hsuan | 2016-07-02 | 1 | -1/+20 |
| | | | | Closes #9938 | ||||
* | [facebook] Improve Facebook embedded detection | Yen Chi Hsuan | 2016-07-02 | 2 | -4/+37 |
| | | | | | | Related to #9938. Another example comes from 9834872bf63b4e03b66c5e3b8f306556e735d8c5. | ||||
* | [vk] Extend _VALID_URLs to support new domain (Closes #9981) | Sergey M․ | 2016-07-02 | 1 | -3/+13 |
| | |||||
* | release 2016.07.02 | Sergey M․ | 2016-07-02 | 3 | -5/+6 |
| | |||||
* | [vine] Remove superfluous whitespace | Sergey M․ | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | [fusion] Improve | Sergey M․ | 2016-07-02 | 1 | -6/+12 |
| | |||||
* | [Fusion] Add new extractor | TRox1972 | 2016-07-02 | 2 | -0/+30 |
| | |||||
* | [pornhub] Add support for thumbzilla (Closes #8696) | Sergey M․ | 2016-07-02 | 1 | -1/+12 |
| | |||||
* | [periscope] Add another fallback source | Sergey M․ | 2016-07-02 | 1 | -2/+5 |
| | |||||
* | [periscope] fix playlist extraction (#9967) | cant-think-of-a-name | 2016-07-02 | 1 | -2/+2 |
| | | | The JSON response changed and the extractor needed to be updated in order to gather the video IDs. | ||||
* | [vine] Fix extraction (Closes #9970) | Sergey M․ | 2016-07-02 | 1 | -1/+3 |
| | |||||
* | [twitch] Update usher URL (Closes #9975) | Sergey M․ | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | release 2016.07.01 | Sergey M․ | 2016-07-01 | 3 | -4/+7 |
| | |||||
* | [sixplay] Rename preference key to quality in format dict | Sergey M․ | 2016-07-01 | 1 | -2/+2 |
| | |||||
* | [test/compat] compat_shlex_split: test with newlines | Jaime Marquínez Ferrándiz | 2016-07-01 | 1 | -0/+1 |
| | |||||
* | [options] Accept quoted string across multiple lines (#9940) | Jaime Marquínez Ferrándiz | 2016-07-01 | 1 | -3/+1 |
| | | | | | | | | | Like: -f " bestvideo+bestaudio/ best " | ||||
* | [pornhub] Add more tests with removed videos | Sergey M․ | 2016-07-01 | 1 | -0/+9 |
| | |||||
* | [pornhub] Relax removed message regex (Closes #9964) | Sergey M․ | 2016-07-01 | 1 | -2/+2 |
| | |||||
* | [Pornhub] Fix error detection | kidol | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | [ctvnews] use orderedSet, increase the number of items for playlists and use ↵ | Remita Amine | 2016-06-30 | 1 | -5/+6 |
| | | | | smaller bin list for test | ||||
* | [meta] Clarify the source of uppod st decryption algorithm | Remita Amine | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | [ctv] Add new extractor(closes #4077) | Remita Amine | 2016-06-30 | 2 | -0/+31 |
| | |||||
* | [ctvnews] Add new extractor(closes #2156) | Remita Amine | 2016-06-30 | 2 | -0/+65 |
| | |||||
* | [rds] extract 9c9media formats | Remita Amine | 2016-06-30 | 1 | -15/+12 |
| | |||||
* | [9c9media] Add new extractor | Remita Amine | 2016-06-30 | 2 | -0/+56 |
| | |||||
* | release 2016.06.30 | Sergey M․ | 2016-06-30 | 3 | -4/+9 |
| | |||||
* | [meta] Add support for pladform embeds | Sergey M․ | 2016-06-30 | 1 | -25/+37 |
| | |||||
* | [pladform] Improve embed detection | Sergey M․ | 2016-06-30 | 1 | -1/+1 |
| |