Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #188 from blackjack4494/SouthparkDE_MTV | Tom-Oliver Heidel | 2020-10-13 | 2 | -33/+28 | |
|\ | | | | | [SouthparkDE/MTV] another mgid extraction (mtv_base) feed url updated | |||||
| * | [SouthparkDE] regex and tests | Unknown | 2020-10-13 | 1 | -26/+6 | |
| | | ||||||
| * | [SouthparkDE/MTV] another mgid extraction (mtv_base) feed url updated | Unknown | 2020-10-12 | 2 | -8/+23 | |
| | | ||||||
* | | Merge branch 'iamleot-la7-fix' | Tom-Oliver Heidel | 2020-10-13 | 1 | -19/+8 | |
|\ \ | |/ |/| | ||||||
| * | Merge branch 'la7-fix' of https://github.com/iamleot/youtube-dl into ↵ | Tom-Oliver Heidel | 2020-10-13 | 1 | -19/+8 | |
|/| | | | | | | | iamleot-la7-fix | |||||
| * | [la7] Fix extraction (closes #23323) | Leonardo Taccari | 2020-08-28 | 1 | -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 Heidel | 2020-10-09 | 1 | -20/+127 | |
|\ \ | ||||||
| * | | Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into ↵ | Tom-Oliver Heidel | 2020-10-09 | 1 | -20/+127 | |
|/| | | | | | | | | | | | xarantolus-fixYTSearch | |||||
| * | | [youtube/search_url]: improve title extraction | xarantolus | 2020-09-30 | 1 | -4/+4 | |
| | | | ||||||
| * | | Use better regex for all fixed extraction types | xarantolus | 2020-09-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into ↵ | xarantolus | 2020-09-06 | 0 | -0/+0 | |
| |\ \ | | | | | | | | | | | | | fixYTSearch | |||||
| | * | | Fix regex for other variable declaration type | xarantolus | 2020-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | This now supports declarations like `window["ytInitialData"] = ...` and `var ytInitialData = ...` | |||||
| | * | | [youtube] More general title extraction | xarantolus | 2020-08-24 | 1 | -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-fatal | xarantolus | 2020-08-24 | 1 | -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 ↵ | xarantolus | 2020-07-31 | 0 | -0/+0 | |
| | |\ \ | | | | | | | | | | | | | | | | fixYTSearch | |||||
| | | * \ | Merge branch 'master' into fixYTSearch | Philipp | 2020-07-30 | 0 | -0/+0 | |
| | | |\ \ | ||||||
| | * | | | | Fix python2 compatibility and title extraction | xarantolus | 2020-07-31 | 1 | -5/+4 | |
| | |/ / / | ||||||
| | * | | | Run formatter | xarantolus | 2020-07-30 | 1 | -10/+9 | |
| | | | | | ||||||
| | * | | | [youtube] Fix feed extraction | xarantolus | 2020-07-30 | 1 | -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.28 | Sergey M․ | 2020-07-28 | 7 | -14/+14 | |
| | | | | | ||||||
| | * | | | [ChangeLog] Actualize | Sergey M․ | 2020-07-28 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| | * | | | [youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes ↵ | Sergey M․ | 2020-07-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | #26136, closes #26137) | |||||
| | * | | | [youtube] Improve description extraction (closes #25937) (#25980) | MRWITEK | 2020-07-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | [wistia] Restrict embed regex (closes #25969) | Sergey M․ | 2020-07-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | [youtube] Prevent excess HTTP 301 (#25786) | Glenn Slayden | 2020-07-28 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | [youtube:playlists] Extend _VALID_URL (closes #25810) | Sergey M․ | 2020-07-28 | 1 | -1/+4 | |
| | | | | | ||||||
| | * | | | [bellmedia] add support for cp24.com clip URLs(closes #25764) | Remita Amine | 2020-07-28 | 1 | -2/+5 | |
| | | | | | ||||||
| | * | | | Remove unused variable | xarantolus | 2020-07-10 | 1 | -2/+0 | |
| | | | | | ||||||
| | * | | | [youtube] Remote download limit | xarantolus | 2020-07-10 | 1 | -10/+0 | |
| | | | | | ||||||
| | * | | | [youtube] Return to old feed extraction code as it *seems* like that change ↵ | xarantolus | 2020-06-23 | 1 | -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. | xarantolus | 2020-06-23 | 1 | -5/+26 | |
| | | | | | | | | | | | | | | | | | | | | If an object looks like a video (it has a `videoId` key), assume that it is. | |||||
| | * | | | run flake8 | xarantolus | 2020-06-21 | 1 | -17/+20 | |
| | | | | | ||||||
| | * | | | [youtube] Fix feed extraction | xarantolus | 2020-06-21 | 1 | -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 extractor | xarantolus | 2020-06-19 | 1 | -34/+33 | |
| | | | | | ||||||
| | * | | | [youtube] Fix extraction of search urls (closes ytdl-org/youtube-dl#25696) | xarantolus | 2020-06-19 | 1 | -1/+34 | |
| | | | | | ||||||
| * | | | | Fix regex for other variable declaration type | xarantolus | 2020-09-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | This now supports declarations like `window["ytInitialData"] = ...` and `var ytInitialData = ...` | |||||
| * | | | | [youtube] More general title extraction | xarantolus | 2020-09-06 | 1 | -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-fatal | xarantolus | 2020-09-06 | 1 | -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 extraction | xarantolus | 2020-09-06 | 1 | -5/+4 | |
| | | | | | ||||||
| * | | | | Run formatter | xarantolus | 2020-09-06 | 1 | -10/+9 | |
| | | | | | ||||||
| * | | | | [youtube] Fix feed extraction | xarantolus | 2020-09-06 | 1 | -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. | xarantolus | 2020-09-06 | 1 | -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 extractor | xarantolus | 2020-09-06 | 1 | -34/+33 | |
| | | | | | ||||||
| * | | | | [youtube] Fix extraction of search urls (closes ytdl-org/youtube-dl#25696) | xarantolus | 2020-09-06 | 1 | -1/+34 | |
| | | | | | ||||||
* | | | | | Merge pull request #176 from blackjack4494/mtv_updated_extractor_logic | Tom-Oliver Heidel | 2020-10-09 | 8 | -10/+73 | |
|\ \ \ \ \ | | | | | | | | | | | | | [Mtv] updated extractor logic & more | |||||
| * | | | | | [mtvn] update mtv network related extractors | Unknown | 2020-10-09 | 7 | -17/+36 | |
| | | | | | | ||||||
| * | | | | | [mtv] fix mtv.com and more(?) | Unknown | 2020-10-09 | 2 | -2/+46 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #171 from blackjack4494/yt_only_age_gate | Tom-Oliver Heidel | 2020-10-09 | 1 | -20/+54 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [youtube] fix yt-only playback when age restricted/gated - requires cookies | |||||
| * | | | | | fix to support python 2.6 | Unknown | 2020-10-07 | 1 | -0/+5 | |
| | | | | | | ||||||
| * | | | | | flake8 | Unknown | 2020-10-07 | 1 | -22/+22 | |
| | | | | | |