aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [mtv] Fix a missing match_idnixxo2020-10-261-1/+1
| | | Fix a problem introduced in 320724f964f09a5e1f08edd246464db4f0d297f9 where is extracted the ID from the url with self._match_id but the problem is that ID is not always present in the url passed so the title should be extracted as proposed by the fix (and like is done in _real_extract (see line 337))
* [skip travis] updated readmeTom-Oliver Heidel2020-10-261-3/+8
| | | | replaced download links added 'how to update'
* next release: 2020.10.26Unknown2020-10-266-13/+13
|
* [youtube] ultimate age gate fixUnknown2020-10-261-2/+18
|
* Merge branch 'merval-merval/fix_tiktok'Tom-Oliver Heidel2020-10-261-10/+18
|\
| * [tiktok] fallback url + cookieUnknown2020-10-261-5/+13
| |
| * Fixed tiktok.pyDan Walker2020-10-251-6/+6
|/ | | | | | | The JSON formatting of the response changed, corrected. #TESTING Successfully downloaded and played a tiktok video
* Merge pull request #3 from blackjack4494/releaseTom-Oliver Heidel2020-10-240-0/+0
|\ | | | | ignore the second..
| * Merge pull request #2 from blackjack4494/masterTom-Oliver Heidel2020-10-241-1/+1
| |\ | | | | | | ignore.
* | | pypi c'mon.Unknown2020-10-241-1/+1
| |/ |/|
* | bump.Unknown2020-10-241-1/+1
| |
* | Merge branch 'release'Unknown2020-10-247-49/+89
|\|
| * [youtube/ytsearch] fix yt search feed + version update.Unknown2020-10-247-49/+89
|/
* COMPLAINFREEUnknown2020-10-244-263/+3
|
* Merge remote-tracking branch 'origin/master'Unknown2020-10-233-0/+21
|\
| * Merge pull request #196 from blackjack4494/twitter_shortenerTom-Oliver Heidel2020-10-183-0/+21
| |\ | | | | | | Twitter shortener
| | * [twitter/t.co] update supportedsites, failover replace, tco:id featureUnknown2020-10-182-2/+13
| | |
| | * [twitter/t.co] implemented.Unknown2020-10-171-2/+2
| | |
| | * [Twitter/t.co] showcase expanded how to use genericUnknown2020-10-131-1/+2
| | |
| | * [Twitter/t.co] simple extractor added. modification needed.Unknown2020-10-132-0/+9
| | |
* | | [reddit] best format hotfix based on resolution.Unknown2020-10-231-1/+1
|/ /
* | [youtube] cookie update reminderUnknown2020-10-181-0/+2
| |
* | [skip travis] mention trim-file-nameTom-Oliver Heidel2020-10-181-0/+2
| |
* | [skip travis] update README.md - sleep-subtitlesTom-Oliver Heidel2020-10-171-0/+2
| |
* | Merge pull request #193 from blackjack4494/NICK_MTVTom-Oliver Heidel2020-10-172-16/+10
|\ \ | | | | | | [MTV/Nick] universal mgid extractor + fix nick.de feed
| * | [MTV/Nick] universal mgid extractor + fix nick.de feedUnknown2020-10-172-16/+10
| |/
* | [skip travis] slight changes to badges in readme.Tom-Oliver Heidel2020-10-171-3/+3
| |
* | Merge pull request #189 from l29ah/dont-install-testsTom-Oliver Heidel2020-10-171-2/+2
|\ \ | |/ |/| Don't install tests
| * Don't install testsSergey Alirzaev2020-10-141-2/+2
|/
* Merge pull request #188 from blackjack4494/SouthparkDE_MTVTom-Oliver Heidel2020-10-132-33/+28
|\ | | | | [SouthparkDE/MTV] another mgid extraction (mtv_base) feed url updated
| * [SouthparkDE] regex and testsUnknown2020-10-131-26/+6
| |
| * [SouthparkDE/MTV] another mgid extraction (mtv_base) feed url updatedUnknown2020-10-122-8/+23
| |
* | Merge branch 'iamleot-la7-fix'Tom-Oliver Heidel2020-10-131-19/+8
|\ \ | |/ |/|
| * Merge branch 'la7-fix' of https://github.com/iamleot/youtube-dl into ↵Tom-Oliver Heidel2020-10-131-19/+8
|/| | | | | | | iamleot-la7-fix
| * [la7] Fix extraction (closes #23323)Leonardo Taccari2020-08-281-19/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Parsing `videoParams' or `videoLa7' JavaScript snippets as JSON is getting too hard for js_to_json. Just extract the `vid' from there and use _search_og_* for all other data. Remove the 2nd test: unfortunately the page are removed after a couple of days/weeks. Thanks to Elia Geretto for spotting and suggesting several problems with the tests! Closes #23323.
* | Merge branch 'xarantolus-fixYTSearch'Tom-Oliver Heidel2020-10-091-20/+127
|\ \
| * | Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into ↵Tom-Oliver Heidel2020-10-091-20/+127
|/| | | | | | | | | | | xarantolus-fixYTSearch
| * | [youtube/search_url]: improve title extractionxarantolus2020-09-301-4/+4
| | |
| * | Use better regex for all fixed extraction typesxarantolus2020-09-221-1/+1
| | |
| * | Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into ↵xarantolus2020-09-060-0/+0
| |\ \ | | | | | | | | | | | | fixYTSearch
| | * | Fix regex for other variable declaration typexarantolus2020-09-031-1/+1
| | | | | | | | | | | | | | | | This now supports declarations like `window["ytInitialData"] = ...` and `var ytInitialData = ...`
| | * | [youtube] More general title extractionxarantolus2020-08-241-1/+1
| | | | | | | | | | | | | | | | Seems like this attribute is moved every few weeks, so we just extract both and use the one that is present.
| | * | [youtube] Make `ytcfg.set` config extraction non-fatalxarantolus2020-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | If the markup of the page changes in the future, it might be possible that _FEED_DATA still works, but the other regex does not. SInce it is not necessary for the first page of videos, we make sure the program doesn't exit before extracting them. TL;DR: Extract the first video page even if there are problems
| | * | Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into ↵xarantolus2020-07-310-0/+0
| | |\ \ | | | | | | | | | | | | | | | fixYTSearch
| | | * \ Merge branch 'master' into fixYTSearchPhilipp2020-07-300-0/+0
| | | |\ \
| | * | | | Fix python2 compatibility and title extractionxarantolus2020-07-311-5/+4
| | |/ / /
| | * | | Run formatterxarantolus2020-07-301-10/+9
| | | | |
| | * | | [youtube] Fix feed extractionxarantolus2020-07-301-20/+76
| | | | | | | | | | | | | | | | | | | | In order to extract videos from further pages, we need to get various variables that are in an argument to the `ytcfg.set` call in a script on the feed page.
| | * | | release 2020.07.28Sergey M․2020-07-287-14/+14
| | | | |
| | * | | [ChangeLog] ActualizeSergey M․2020-07-281-0/+12
| | | | | | | | | | | | | | | | | | | | [ci skip]