aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | release 2020.07.28Sergey M․2020-07-287-14/+14
| | | | |
| | * | | [ChangeLog] ActualizeSergey M․2020-07-281-0/+12
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | [youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes ↵Sergey M․2020-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | #26136, closes #26137)
| | * | | [youtube] Improve description extraction (closes #25937) (#25980)MRWITEK2020-07-281-1/+1
| | | | |
| | * | | [wistia] Restrict embed regex (closes #25969)Sergey M․2020-07-281-1/+1
| | | | |
| | * | | [youtube] Prevent excess HTTP 301 (#25786)Glenn Slayden2020-07-281-3/+3
| | | | |
| | * | | [youtube:playlists] Extend _VALID_URL (closes #25810)Sergey M․2020-07-281-1/+4
| | | | |
| | * | | [bellmedia] add support for cp24.com clip URLs(closes #25764)Remita Amine2020-07-281-2/+5
| | | | |
| | * | | Remove unused variablexarantolus2020-07-101-2/+0
| | | | |
| | * | | [youtube] Remote download limitxarantolus2020-07-101-10/+0
| | | | |
| | * | | [youtube] Return to old feed extraction code as it *seems* like that change ↵xarantolus2020-06-231-87/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was reverted The old code now works again, but it downloads without limit. This is why a limit of 1000 videos is added, it can be overwritten with the `--max-downloads` option - that way, only so many ids will be extracted as videos downloaded
| | * | | [youtube] Make search extraction less dependent on json schema.xarantolus2020-06-231-5/+26
| | | | | | | | | | | | | | | | | | | | If an object looks like a video (it has a `videoId` key), assume that it is.
| | * | | run flake8xarantolus2020-06-211-17/+20
| | | | |
| | * | | [youtube] Fix feed extractionxarantolus2020-06-211-21/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves feed extraction from using html content to json metadata. However, loading additional pages no longer works. The _extract_video_info function also returns a continuation object that contains some metadata that - together with an API key that is in the page source - might be used to request the next page.
| | * | | [youtube] Move search URL extraction to appropriate extractorxarantolus2020-06-191-34/+33
| | | | |
| | * | | [youtube] Fix extraction of search urls (closes ytdl-org/youtube-dl#25696)xarantolus2020-06-191-1/+34
| | | | |
| * | | | Fix regex for other variable declaration typexarantolus2020-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | This now supports declarations like `window["ytInitialData"] = ...` and `var ytInitialData = ...`
| * | | | [youtube] More general title extractionxarantolus2020-09-061-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-09-061-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
| * | | | Fix python2 compatibility and title extractionxarantolus2020-09-061-5/+4
| | | | |
| * | | | Run formatterxarantolus2020-09-061-10/+9
| | | | |
| * | | | [youtube] Fix feed extractionxarantolus2020-09-061-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.
| * | | | [youtube] Make search extraction less dependent on json schema.xarantolus2020-09-061-5/+26
| | | | | | | | | | | | | | | | | | | | If an object looks like a video (it has a `videoId` key), assume that it is.
| * | | | [youtube] Move search URL extraction to appropriate extractorxarantolus2020-09-061-34/+33
| | | | |
| * | | | [youtube] Fix extraction of search urls (closes ytdl-org/youtube-dl#25696)xarantolus2020-09-061-1/+34
| | | | |
* | | | | Merge pull request #176 from blackjack4494/mtv_updated_extractor_logicTom-Oliver Heidel2020-10-098-10/+73
|\ \ \ \ \ | | | | | | | | | | | | [Mtv] updated extractor logic & more
| * | | | | [mtvn] update mtv network related extractorsUnknown2020-10-097-17/+36
| | | | | |
| * | | | | [mtv] fix mtv.com and more(?)Unknown2020-10-092-2/+46
| | | | | |
* | | | | | Merge pull request #171 from blackjack4494/yt_only_age_gateTom-Oliver Heidel2020-10-091-20/+54
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [youtube] fix yt-only playback when age restricted/gated - requires cookies
| * | | | | fix to support python 2.6Unknown2020-10-071-0/+5
| | | | | |
| * | | | | flake8Unknown2020-10-071-22/+22
| | | | | |
| * | | | | [youtube] only playable on yt and age gatedUnknown2020-10-071-20/+49
| | | | | |
* | | | | | Merge branch 'gilou-bandcamp_update'Tom-Oliver Heidel2020-10-071-2/+2
|\ \ \ \ \ \
| * | | | | | merge bandcampUnknown2020-10-071-2/+2
|/| | | | | |
| * | | | | | [bandcamp] Revert test song title, and extract title generally (which may ↵Gilles Pietri2020-09-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fail, as the other title json values might come up), instead of out of trackinfo, as bandcamp prefixes it with artist -
| * | | | | | [bandcamp] fix test song uploader name, cleanup remanings " and \ in data, ↵Gilles Pietri2020-09-281-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | including album titles
| * | | | | | [bandcamp] update youtuble dl test song information to match title as artist ↵Gilles Pietri2020-09-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - track, and add missing keys from info_dict
| * | | | | | [bandcamp] fix the freeDownloadPage JSON lookup, and use the id from the URL ↵Gilles Pietri2020-09-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to match the tracks
| * | | | | | [bandcamp] match album titles inside the new JSON data block, and unescape ↵Gilles Pietri2020-09-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the title properly
| * | | | | | [bandcamp] use unescapeHTML instead of a simple replace of quotesGilles Pietri2020-09-261-4/+4
| | | | | | |
| * | | | | | [bandcamp] fix regexp for JSON matching on bandcampGilles Pietri2020-09-231-5/+6
| | | | | | |
* | | | | | | Merge branch 'ytdl-org-master'Unknown2020-10-073-3/+309
| | | | | | |
* | | | | | | Merge branch 'RedpointsBots-feature_subscriber_count'Tom-Oliver Heidel2020-10-071-0/+10
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'feature_subscriber_count' of ↵Tom-Oliver Heidel2020-10-071-0/+10
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/RedpointsBots/youtube-dl into RedpointsBots-feature_subscriber_count
| * | | | | | | [youtube] Added 'subscriber_count' to extractionJoel Potts2020-09-211-0/+10
| | | | | | | |
* | | | | | | | Merge branch 'RedpointsBots-bugfix_youtube_like_extraction'Tom-Oliver Heidel2020-10-071-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Merge branch 'bugfix_youtube_like_extraction' of ↵Tom-Oliver Heidel2020-10-071-1/+1
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/RedpointsBots/youtube-dl into RedpointsBots-bugfix_youtube_like_extraction
| * | | | | | | [youtube] Updated extraction of 'like_count' valueJoel Potts2020-09-231-1/+1
| |/ / / / / /
* | | | | | | [skip travis] ignore cookies (gitignore)Unknown2020-10-071-0/+2
| | | | | | |
* | | | | | | [skip travis] versionUnknown2020-09-301-1/+1
| | | | | | |