summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [iqiyi] Fix extractionYen Chi Hsuan2016-07-031-114/+43
| | | | | | | | | | | | See https://github.com/soimort/you-get/issues/1211#issuecomment-229011559
* | | [nationalgeographic] restore http formatsRemita Amine2016-07-031-9/+1
| | | | | | | | | | | | | | | | | | there was a misunderstanding about the reason of 403 response the problem happen only when the user use aria2c as a downloader https://github.com/rg3/youtube-dl/commit/a1f6f5c768a506674928530990b7f95c605eac2c#commitcomment-18107559
* | | [rai] Support an alternative form of embedded relinker URLYen Chi Hsuan2016-07-031-1/+10
| | | | | | | | | | | | Closes #8551
* | | [rai] Support videos with embedded content item ID (#8551)Yen Chi Hsuan2016-07-031-50/+71
| | |
* | | [README.md] Fix somes typo in coding conventions sectionSergey M․2016-07-031-2/+2
| | |
* | | [downloader/f4m] Fix for Rai live streamsYen Chi Hsuan2016-07-031-1/+10
| | |
* | | [rai] Support direct relinker URLs (closes #8552)Yen Chi Hsuan2016-07-031-45/+81
| | |
* | | [nationalgeographic] skip download for national geographic channel ↵Remita Amine2016-07-031-0/+8
| | | | | | | | | | | | tests(closes #9991)
* | | [rai] Fix extraction and update _TESTSYen Chi Hsuan2016-07-031-57/+56
| | | | | | | | | | | | | | | | | | Closes #8617 Closes #9157 Closes #9232
* | | [buzzfeed] Detect Facebook embed and update _TESTSYen Chi Hsuan2016-07-031-5/+27
| | | | | | | | | | | | Closes #5701
* | | [facebook] Improve embed detection (#5701)Yen Chi Hsuan2016-07-031-1/+1
| | |
* | | [history:topic] Relax _VALID_URLSergey M․2016-07-031-1/+7
| | |
* | | [README.md] Update some codebase linksSergey M․2016-07-031-2/+2
| | |
* | | Add PULL_REQUEST_TEMPLATE.mdSergey M․2016-07-031-0/+22
| | |
* | | [README.md] Start writing youtube-dl coding conventionsSergey M․2016-07-031-6/+146
| | |
* | | [hrti] Don't redefine variable in list comprehensionJaime Marquínez Ferrándiz2016-07-021-1/+1
| | |
* | | [nationalgeographic] add support Adobe Pass authRemita Amine2016-07-021-2/+13
| | |
* | | [aenetworks] add support Adobe Pass authRemita Amine2016-07-021-26/+51
| | |
* | | [theplatform] add basic support for Adobe PassRemita Amine2016-07-022-8/+105
| | |
* | | release 2016.07.03Sergey M․2016-07-033-5/+7
| | |
* | | [xtube] Fix extraction (Closes #9953, closes #9961)Sergey M․2016-07-031-16/+33
| | |
* | | [extractors] Add hrti:playlist importSergey M․2016-07-031-1/+4
| | |
* | | Credit @atopuzov for hrti (#9482)Sergey M․2016-07-031-0/+1
| | |
* | | [hrti] Improve and add support for playlists (Closes #9482)Sergey M․2016-07-031-96/+149
| | |
* | | [utils] Add PUTRequestSergey M․2016-07-031-3/+12
| | |
* | | [HRTi] Implement extractor for Croatian RadiotelevisionAleksandar Topuzovic2016-07-033-0/+152
| | |
* | | [la7.it] Fix the extractorYen Chi Hsuan2016-07-021-40/+54
| | |
* | | [facebook] Make embed detection stricter to prevent false-positivesYen Chi Hsuan2016-07-021-1/+1
| | |
* | | [generic] Add MD5 checksumsYen Chi Hsuan2016-07-021-0/+3
| | |
* | | [generic] Support Wordpress "YouTube Video Importer" pluginYen Chi Hsuan2016-07-021-1/+20
| | | | | | | | | | | | Closes #9938
* | | [facebook] Improve Facebook embedded detectionYen Chi Hsuan2016-07-022-4/+37
| | | | | | | | | | | | | | | | | | Related to #9938. Another example comes from 9834872bf63b4e03b66c5e3b8f306556e735d8c5.
* | | [vk] Extend _VALID_URLs to support new domain (Closes #9981)Sergey M․2016-07-021-3/+13
| | |
* | | release 2016.07.02Sergey M․2016-07-023-5/+6
| | |
* | | [vine] Remove superfluous whitespaceSergey M․2016-07-021-1/+1
| | |
* | | [fusion] ImproveSergey M․2016-07-021-6/+12
| | |
* | | [Fusion] Add new extractorTRox19722016-07-022-0/+30
| | |
* | | [pornhub] Add support for thumbzilla (Closes #8696)Sergey M․2016-07-021-1/+12
| | |
* | | [periscope] Add another fallback sourceSergey M․2016-07-021-2/+5
| | |
* | | [periscope] fix playlist extraction (#9967)cant-think-of-a-name2016-07-021-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-021-1/+3
| | |
* | | [twitch] Update usher URL (Closes #9975)Sergey M․2016-07-011-1/+1
| | |
* | | release 2016.07.01Sergey M․2016-07-013-4/+7
| | |
* | | [sixplay] Rename preference key to quality in format dictSergey M․2016-07-011-2/+2
| | |
* | | [test/compat] compat_shlex_split: test with newlinesJaime Marquínez Ferrándiz2016-07-011-0/+1
| | |
* | | [options] Accept quoted string across multiple lines (#9940)Jaime Marquínez Ferrándiz2016-07-011-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Like: -f " bestvideo+bestaudio/ best "
* | | [pornhub] Add more tests with removed videosSergey M․2016-07-011-0/+9
| | |
* | | [pornhub] Relax removed message regex (Closes #9964)Sergey M․2016-07-011-2/+2
| | |
* | | [Pornhub] Fix error detectionkidol2016-07-011-1/+1
| | |
* | | [ctvnews] use orderedSet, increase the number of items for playlists and use ↵Remita Amine2016-06-301-5/+6
| | | | | | | | | | | | smaller bin list for test
* | | [meta] Clarify the source of uppod st decryption algorithmRemita Amine2016-06-301-0/+1
| | |