Commit Graph

18186 Commits (59c5fa91c167a8d011a4efa073ad6fd0027b2ed8)
 

Author SHA1 Message Date
Unknown 9688f23716 [skip travis] update gitignore 4 years ago
Tom-Oliver Heidel a90d4f7e10
[skip travis] added download stats badge for pypi 4 years ago
Tom-Oliver Heidel 5f326cf54b
[skip travis] added win/unix executable to readme 4 years ago
Unknown 2b5a93600c Merge remote-tracking branch 'origin/master' 4 years ago
Unknown 992083bd73 [skip travis] version bump
new build available - pip install youtube-dlc
4 years ago
Tom-Oliver Heidel fbfeb7c74a
Merge pull request #19 from tfvlrue/master
[soundcloud] Resolve audio/x-wav
4 years ago
Tom-Oliver Heidel 1e42995635
Merge pull request #14 from alexmerkel/webpfix
Webpfix
4 years ago
Tom-Oliver Heidel 90b7b5e129
Merge pull request #13 from random-nick/master
[youtube] Fix age gate detection
4 years ago
Tom-Oliver Heidel a9c069012f
Merge pull request #12 from siikamiika/youtube-live-chat
Youtube live chat
4 years ago
Tom-Oliver Heidel ba304106de
Merge pull request #11 from gschizas/bugfix/youtube/chapters-fix-extractor
Bugfix/youtube/chapters fix extractor
4 years ago
Tom-Oliver Heidel 7f3558b00c
Merge pull request #10 from adrianheine/videa
[videa] Adapt to updates
4 years ago
Tom-Oliver Heidel 70445b0114
Merge pull request #9 from Surkal/francetv
[francetv] fix extractor
4 years ago
Tom-Oliver Heidel 70ef7d5f08
Merge pull request #8 from geauxlo/master
[twitch]
4 years ago
Tom-Oliver Heidel ffc632abb5
Merge pull request #7 from sxvghd/doodstream
Doodstream
4 years ago
Tom-Oliver Heidel 4bd95eb144
Merge pull request #6 from sgstair/storyfire
[StoryFire] Add new extractor
4 years ago
Tom-Oliver Heidel 9ab41610b4
[skip travis] update readme. 4 years ago
Unknown a6c7c9c24f [skip travis] remove original travis config 4 years ago
Tom-Oliver Heidel 4f93deaf22
[skip travis] tweak auto publish 4 years ago
Tom-Oliver Heidel 6d55b17922
Merge pull request #4 from blackjack4494/pyinstaller
[skip travis] simple bat for win binary
4 years ago
Tom-Oliver Heidel a96822ee36
Merge pull request #3 from blackjack4494/sc-extractor-web_auth
Sc extractor web auth
4 years ago
Unknown d262d2e02a [skip travis] delete original setup 4 years ago
Tom-Oliver Heidel 33787dd372
Merge pull request #2 from blocktrron/hr-fernsehen
[hrfernsehen] add extractor
4 years ago
Tom-Oliver Heidel a2f256c9e9
Merge pull request #1 from blackjack4494/viki-the_second
Viki the second
4 years ago
Unknown 6b548c1145 Merge remote-tracking branch 'origin/master' 4 years ago
Unknown 94a538facb [skip travis] update setup and version 4 years ago
Tom-Oliver Heidel ab8151e95b
[skip travis] publish to pypi
when pull request got merged into release branch
4 years ago
Unknown d59e0e44ad [skip travis] change travic build config
removed download tests for now. most of them failed anyway resulting in travis running for quite long time.
4 years ago
Unknown 87570c1507 simple bat for win binary 4 years ago
Tom-Oliver Heidel c8598bbe26
change travis ci in readme 4 years ago
Unknown 467660ffe4 Merge remote-tracking branch 'origin/master' 4 years ago
lkho bf7392922f [duboku] fix list results, minor error checking 4 years ago
David Bauer c70a9f2ace [hrfernsehen] add extractor
Add an extractor for videos provided by HR Fernsehen, a regional TV
channel in Germany.

Signed-off-by: David Bauer <mail@david-bauer.net>
4 years ago
lkho 7cc9d5b321 [duboku] replace import *, fix tests 4 years ago
lkho a8f88d2fec [duboku] fix test_no_duplicates 4 years ago
lkho d82b6697c2 [duboku] add tests 4 years ago
lkho de4144a4ae [duboku] add playlist extractor 4 years ago
lkho 503406d4bc [duboku] Add new extractor www.duboku.co 4 years ago
Hugo Alves De Azevedo 377be41755 - fixing suitable 4 years ago
Hugo Alves De Azevedo c2baf165e4 - formatting 4 years ago
Hugo Alves De Azevedo 39672cdc79 - formatting 4 years ago
tfvlrue ba39289d79 Resolve audio/x-wav to "wav" extension, rather than "x-wav" (which ffmpeg does not recognize)
This was causing ffmpeg errors when trying to downloading certain audio files from Soundcloud with the --add-metadata option set.
4 years ago
Hugo Alves De Azevedo 2adf91f94f - removing unused method 4 years ago
Hugo Alves De Azevedo 4d75c363a7 - adding alura support 4 years ago
Leonardo Taccari 8067a2b8b4 [la7] Fix extraction (closes #23323)
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.
4 years ago
Leonardo Taccari abea91456e [rai] Fix extraction for recent raiplay.it updates
- Introduce _BASE_URL in RaiBaseIE class so it could be reused as base for the
  several subextractors.
- Remove first test of RaiPlayIE, it is no longer available
- Adjust RaiPlayIE to recent raiplay.it updates, make it extension agnostic
  (passing possible `.json' URLs is now supported too) and update test
  info_dict.
- Adjust RaiPlayLiveIE to recent raiplay.it updates.  Passing it as
  `url_transparent' is no longer supported (there is no longer an accessible
  ContentItem)
- Adjust RaiPlayPlaylistIE to recent raiplay.it updates and instruct it about
  ContentSet-s.
- Update a RaiIE test and remove two tests that are no longer availables

This fix issue #22923, #22906 and supersedes #23006.
4 years ago
George Schizas 9f13f9d18a Merge branch 'master' of https://github.com/ytdl-org/youtube-dl into bugfix/youtube/chapters-fix-extractor 4 years ago
Remita Amine f5863a3ea0 [biqle] improve video_ext extraction 4 years ago
Aakash Gajjar 19a107f21c
Revert "pull changes from remote master (#190)" (#193)
This reverts commit b827ee921f.
4 years ago
Aakash Gajjar 7f7edf837c
Revert "pull changes from remote master (#191)" (#192)
This reverts commit 63cdbe6ae8.
4 years ago
Hugo Alves De Azevedo 74dc105210 - adding alura support 4 years ago